@import url("fontawesome-all.min.css");
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;500&family=Playfair+Display:wght@500&display=swap');



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


p {font-size: 15px; line-height: 1.35em}
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;
}

.logo {
	position: relative;
	width: 120px;
	left: calc(50% - 60px);
	top: 90px;
  }
/* 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 > .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: 0em;
			margin-left: 0em;
		}

			.row.gtr-0 > * {
				padding: 0em 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.3125em;
			margin-left: -0.3125em;
		}

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

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

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

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

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

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

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

		.row {
			margin-top: -1.25em;
			margin-left: -1.25em;
		}

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

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

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

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

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

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

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

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

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

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

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

		@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: 0em;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0em 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.3125em;
					margin-left: -0.3125em;
				}

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

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

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

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

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

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

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

				.row {
					margin-top: -1.25em;
					margin-left: -1.25em;
				}

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

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

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

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

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

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

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

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

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

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

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

		}

		@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: 0em;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0em 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.3125em;
					margin-left: -0.3125em;
				}

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

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

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

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

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

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

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

				.row {
					margin-top: -1.25em;
					margin-left: -1.25em;
				}

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

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

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

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

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

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

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

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

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

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

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

		}

		@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: 0em;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0em 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.3125em;
					margin-left: -0.3125em;
				}

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

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

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

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

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

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

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

				.row {
					margin-top: -1.25em;
					margin-left: -1.25em;
				}

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

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

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

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

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

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

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

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

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

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

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

		}

		@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: 0em;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0em 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.3125em;
					margin-left: -0.3125em;
				}

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

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

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

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

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

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

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

				.row {
					margin-top: -1.25em;
					margin-left: -1.25em;
				}

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

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

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

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

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

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

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

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

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

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

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

		}

/* Basic */

	html {
		box-sizing: border-box;
	}

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

	body {
		background: url(images/bg12.jpg) #5a3421;
		background-size: contain;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: top center;	overflow-y: scroll;
	}
.english {
	background: url(images/bg2.jpg) #006c55;background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;	overflow-y: scroll;}

		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, textarea, select {
			font-family:'Playfair Display', sans-serif;
			font-weight: 300;
			color: #666;
			font-size: 15px;
			line-height: 1.55em;
		}
	
			
	
		strong, b, h1, h2, h3, h4, h5, h6 {
			font-weight: 400;
			color: #143970;
		}
	h1, h2, h3, h4, h5, h6 {   font-family: 'Oswald'; text-align: center}
	h1 { font-size: 3.1em; color: #bc8b46; margin-bottom: 20px; text-transform: uppercase;text-shadow: -2px 2px 0px #974857;transform: rotate(2deg);  line-height : 1 ;margin-top: 60px;}
	
		h2 {
	font-size: 2.5em;
	text-align: center;
	text-shadow: -2px 2px 0px #cacaca;
	text-transform: uppercase;
	padding-bottom: 10px;
	transform: rotate(-3deg);
			line-height: 0.85;
			
	}
	
		h3, h4, h5, h6 {
	 font-family: 'Oswald';
		}
	
	h3, h4, h5, h6 {font-size: 1.6em; padding: 5px; margin-top: 30px; text-align: left; text-transform: uppercase; color: #4e1921;text-shadow: -2px 2px 0px #8a8181;letter-spacing: 0.5px;}
	
	

h3 {font-size: 2em; padding: 5px; margin-top: 20px;margin-top: 30px;
	font-family: 'Nanami';	text-transform: uppercase; }
h4, h5, h6 {font-size: 1.8em;margin-top: 30px;}
s


	em, i {
		font-style: italic;
	}

	hr {
		border: 0;
		border-top: solid 1px #ddd;
		padding: 1.5em 0 0 0;
		margin: 1.5em 0 0 0;
	}

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

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

	br.clear {
		clear: both;
	}



/* Table */

	table {
		width: 100%;
	}

		table.default tbody tr {
			border-bottom: solid 1px #f4f4f4;
		}

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

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

		table.default thead {
			border-bottom: solid 2px #f4f4f4;
		}

/* Form */

	form label {
		display: block;
		font-weight: 400;
		color: #363636;
		margin: 0 0 1em 0;
	}

	form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form select,
	form textarea {
		-webkit-appearance: none;
		border: 0;
		background: #f4f4f4;
		padding: 0.75em;
		width: 100%;
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
		-ms-transition: background-color .25s ease-in-out;
		transition: background-color .25s ease-in-out;
	}

		form input[type="text"]:focus,
		form input[type="email"]:focus,
		form input[type="password"]:focus,
		form select:focus,
		form textarea:focus {
			background: #f8f8f8;
		}

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

	form ::-webkit-input-placeholder {
		color: #999;
	}

	form :-moz-placeholder {
		color: #999;
	}

	form ::-moz-placeholder {
		color: #999;
	}

	form :-ms-input-placeholder {
		color: #999;
	}

/* Section/Article */

	section, article {
		margin-bottom: 3em;
	}

		section > :last-child, section:last-child, article > :last-child, article:last-child {
			margin-bottom: 0;
		}

	header {
		margin: 0 0 0.3em 0;
	}

		header > p {
			margin: 0.5em 0 0 0;
			color: #aaa;
		}

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

			header {
				margin: 0 0 1em 0;
			}

		}

/* Image */

	.image {
		display: inline-block;
	}

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

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

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

		.image.left {
			float: left;
			margin: 0 2em 2em 0;
		}

		.image.centered {
			display: block;
			margin: 0 0 2em 0;
		}

			.image.centered img {
				margin: 0 auto;
				width: auto;
			}

/* Button */

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	button,
	.button {
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
		-ms-transition: background-color .25s ease-in-out;
		transition: background-color .25s ease-in-out;
		-webkit-appearance: none;
		display: inline-block;
		background-color: #222222;
		color: #ffffff;
		border: 0;
		cursor: pointer;
		outline: 0;
		padding: 0.7em 1.5em 0.7em 1.5em;
	}

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

		input[type="button"]:active,
		input[type="submit"]:active,
		input[type="reset"]:active,
		button:active,
		.button:active {
			background-color: #444444;
		}

		input[type="button"].alt,
		input[type="submit"].alt,
		input[type="reset"].alt,
		button.alt,
		.button.alt {
			background-color: #777777;
		}

			input[type="button"].alt:hover,
			input[type="submit"].alt:hover,
			input[type="reset"].alt:hover,
			button.alt:hover,
			.button.alt:hover {
				background-color: #888888;
			}

			input[type="button"].alt:active,
			input[type="submit"].alt:active,
			input[type="reset"].alt:active,
			button.alt:active,
			.button.alt:active {
				background-color: #999999;
			}

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

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

		input[type="button"].xlarge,
		input[type="submit"].xlarge,
		input[type="reset"].xlarge,
		button.xlarge,
		.button.xlarge {
			font-size: 1.5em;
			padding: 0.5em 1.25em 0.5em 1.25em;
		}

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

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

		}

/* List */


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

		ol li {
			padding-left: 0.25em;
		}

/* Actions */

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

		ul.actions li {
			display: inline-block;
			padding-left: 0;
			margin: 0 0 0 0.5em;
		}

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

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

			ul.actions li {
				display: block;
				margin: 0.75em 0 0 0;
			}

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

		}

/* Icons */

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

		.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.solid:before {
			font-weight: 900;transform: scale(0.9);
		}

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

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

		.icon > .label {
			display: none;
		}



/* Nav */

#nav {
	text-align: center;
	height: 4.25em;
	cursor: default;
	width: 100%;
	top: 0px;
	position: fixed;
	z-index: 1;
	background:#093679;
	overflow: auto;
	white-space: nowrap;
	padding: 0px 10px 10px 10px; height: auto; box-shadow: 0px -1px 46px 0px rgba(0, 0, 0, 0.15);
	left: 0px;
}
.menu {width: 100% !important}
.mainimagelink {width: 130px;	max-height: 70px;	object-fit: cover;	border-radius: 5px; opacity:0}	

.active .mainimagelink {width: 200px;}
	#nav a {
		position: relative;
		display: inline-block;
		color: #fff;
		outline: 0;
		transition: .7s all ease-in-out;
		display: inline-block;
		text-align: center;
		padding: 5px; 
		text-decoration: none; border: 2px solid #1653ac;
		border-radius: 10px;background: #1653ac;
		margin-top: 5px;min-width: 100px;transform: scale(0.93);

	}
#nav a:last-child {margin-right: 80px}
#nav a.icon:before { padding-right: 0;}

		#nav a:before {font-size: 32px;	}

		#nav a:after {
			content: '';
			display: block;
			position: absolute;
			left: 50%;
			bottom: 0em;
			margin-left: -0.5em;
			border-bottom: solid 0em #ffffff;
			border-left: solid 0.5em transparent;
			border-right: solid 0.5em transparent;
			transition: .7s all ease-in-out;
			font-size:  15px !important
		}

		#nav a span {
			display: block;
			color: #ffffff;
			margin-top: -8px;
			opacity: 1;
			transition: .7s all ease-in-out;
			font-size: 15px;
			font-weight: 700;
			}

			#nav a span:after {
				display: none
			}

		#nav a:hover {
			opacity: 1.0; transform: scale(1.051);
		}	
		#nav .homelink:hover {transform: scale(1.0);}
			#nav a:hover span {
				opacity: 1.0;
			}

		#nav a.active {
			opacity: 1.0;
		   box-shadow: inset -5px -5px 10px 0px rgba(0, 0, 0, 0.10);
			background: #7081e0;
			border-radius: 6px; padding: 5px;
			border: 2px solid #ffffff;transform: scale(1);
		}

			#nav a.active:after {
				border-bottom-width: 0.5em;
			}
			.homeon {display: none!important;}
			.homelink {background: none !important;					border: none !important;				  }
			.homelink span {font-size: 10px;}
			.homelink.active .homeoff {display: none !important}
			.homelink.active .homeon {display: block!important;}
			a.active.homelink {box-shadow: none !important;	background: transparent!important;	border-radius: 6px;	border: none!important;}
			a.active.homelink::after {opacity: 0!important;}
			.homeon{font-weight: 100!important;font-size: 15px !important;line-height: 1;				  }
			#nav a:hover .mainimagelink {box-shadow: 2px 2px 20px #000;}
			#nav .homelink:hover .mainimagelink {box-shadow: none;}
/* Wrapper */

#wrapper {
	width: 65em;
	margin: 0 auto;
	min-height: 100vh;
	max-width: 100%;
	padding: 100px 0;
	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-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-justify-content: flex-start;
	-webkit-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-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;
}

	body.is-preload #wrapper {
		opacity: 0;
	}

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

		#wrapper {
			margin: 0px 1em;
max-width: calc(100% - 2em);
padding: 170px 0px;width: 100%;
		}

	}

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

		#wrapper {
			
			margin: 0px 1em;
			max-width: calc(100% - 2em);
			padding: 170px 0px;
		}

	}

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

		#wrapper {
			margin: 0px 1em;
max-width: calc(100% - 2em);
padding: 170px 0px;
		}

	}

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

		#wrapper {
			margin: 0px 1em;
			max-width: calc(100% - 2em);
			padding: 170px 0px;
		}

	}

/* Main */

#main {
	position: relative;
	overflow: hidden;
	width: 100%;border-radius: 20px;
	-moz-transition: min-height 0.5s ease-in-out, max-height 0.5s ease-in-out;
	-webkit-transition: min-height 0.5s ease-in-out, max-height 0.5s ease-in-out;
	-ms-transition: min-height 0.5s ease-in-out, max-height 0.5s ease-in-out;
	transition: min-height 0.5s ease-in-out, max-height 0.5s ease-in-out;
}

	#main > .panel {
		-moz-transition: opacity 0.25s ease-in-out;
		-webkit-transition: opacity 0.25s ease-in-out;
		-ms-transition: opacity 0.25s ease-in-out;
		transition: opacity 0.25s ease-in-out;
		margin-bottom: 0;
		position: relative;
		padding: 0em 0em 6.5em 0em;
		width: 100%;
		background: #f2f2f2;
		
		max-width: 700px; margin: auto;
		border-radius: 20px 20px 0px 0px;
	
	}

		#main > .panel.inactive {
			opacity: 0;
		}

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

			#main > .panel {
				padding: 0em 0em 6.5em 0em;
			}

		}

		#main > .panel.intro {
			padding: 0;
			height: 20em;
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-direction: row;
			-webkit-flex-direction: row;
			-ms-flex-direction: row;
			flex-direction: row;
			-moz-align-items: center;
			-webkit-align-items: center;
			-ms-align-items: center;
			align-items: center;
		}

			#main > .panel.intro .pic {
				text-decoration: none;
				position: relative;
				-moz-flex-grow: 0;
				-webkit-flex-grow: 0;
				-ms-flex-grow: 0;
				flex-grow: 0;
				-moz-flex-shrink: 0;
				-webkit-flex-shrink: 0;
				-ms-flex-shrink: 0;
				flex-shrink: 0;
				
			}

				#main > .panel.intro .pic:before {
					content: '';
					position: absolute;
					top: 0;
					left: 0;
					background: url("images/overlay.png");
					width: 100%;
					height: 100%;
					z-index: 1;
				}

				#main > .panel.intro .pic img {
					position: relative;
					display: block;
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					-moz-object-fit: cover;
					-webkit-object-fit: cover;
					-ms-object-fit: cover;
					object-fit: cover;
					-moz-object-position: center;
					-webkit-object-position: center;
					-ms-object-position: center;
					object-position: center;
				}

				#main > .panel .arrow {
					display: none;
					position: fixed;
					right: 0;
					bottom: 10px;
					width: 1.75em;
					height: 2.75em;
					background: #000;
					background: rgba(59, 78, 67, 0.75);
					color: #ffffff;
					text-align: center;
					line-height: 2.75em;
					font-size: 1.5em;
					z-index: 1;
					-moz-transition: width .15s ease-in-out, padding-right .15s ease-in-out;
					-webkit-transition: width .15s ease-in-out, padding-right .15s ease-in-out;
					-ms-transition: width .15s ease-in-out, padding-right .15s ease-in-out;
					transition: width .15s ease-in-out, padding-right .15s ease-in-out;
				}
	#main > .panel  .arrowl {
					display: none;
					position: fixed;
					right: auto; left: 0
					
					
				}

					#main > .panel.pic .arrow:before {
						position: relative;
						padding-right: 0;
						top: 0.125em;
					}

					#main > .panel .pic .arrow span {
						display: block;
						text-indent: -9999px;
					}

				#main > .panel.pic:hover .arrow {
					width: 3em;
					padding-right: 0.25em;
				}

			#main > .panel.intro header {
				-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: 3.5em 2.5em;
				margin-bottom: 0;
				width: 100%;
			}

				#main > .panel.intro header h1 {
					line-height: 1.25em;
					margin-bottom: 0; text-align: center
				}

				#main > .panel.intro header p {
					letter-spacing: -0.015em;
					font-size: 1.25em; text-align: center;
					margin: 0.25em 0 0 0;
				}

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

				#main > .panel.intro {
					-moz-flex-direction: column;
					-webkit-flex-direction: column;
					-ms-flex-direction: column;
					flex-direction: column;
					height: auto;
				}

					#main > .panel.intro .pic {
						height: 25em;
						width: 100%;
					}

					#main > .panel.intro header {
						padding: 4em;
						text-align: center;
					}

			}

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

			

				#main > .panel.intro header {
					padding: 2.75em 2em 2.5em 2em;
				}

					#main > .panel.intro header p {
						font-size: 1em;
						margin: 0.25em 0 0 0;
					}

			}

/* Footer */

	#footer {
		color: rgba(255, 255, 255, 0.45);
		text-align: center;
		padding: 2em 0 0 0;
		font-size: 0.75em;
	}

		#footer a {
			color: #ddd;
			color: rgba(255, 255, 255, 0.65);
			-moz-transition: color .25s ease-in-out;
			-webkit-transition: color .25s ease-in-out;
			-ms-transition: color .25s ease-in-out;
			transition: color .25s ease-in-out;
		}

			#footer a:hover {
				color: white;
			}

		#footer .copyright {
			list-style: none;
			padding-left: 0;
		}

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

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

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

			#footer .copyright li {
				padding-left: 0.5em;
				margin-left: 0.5em;
			}

		}

.submenu {  position: fixed; width: 100%; background: #3b4e43; left: 0; bottom: 89px; z-index: 100; white-space: nowrap;
overflow-x: auto;}
.submenu ul li {list-style: none; padding-left: 0em; display: inline-flex;margin: 10px 0px; border-right: 1px solid #718379 }
.submenu ul li a { color: #fff; text-decoration: none;padding: 0px 10px;
    font-weight: 100; font-size: 15px; letter-spacing: 0.5px}
.center {text-align: left; margin-bottom: 10px; font-weight: bold; color: #3b4e43; padding: 0px 5px;}
.nom { text-transform: uppercase; color: #0c2f27;   font-family: 'Nanami';}
.nom em {float: right;     font-style: normal;  font-weight: 500;
}
.description {margin-bottom: 0px; text-align: justify}
.highlight {    border: 1px solid #e5bc5b;  border-radius: 6px;
    padding: 5px 9px;  }
.prod {padding: 5px;border-radius: 10px; margin-bottom: 5px; transition: 0.5s all ease}
.domvin { line-height: 1;
margin-bottom: 2px;
text-transform: uppercase;
font-weight: bold;
font-size: 81%;
color: #3b4e43;}

.fcurrent {color: #c58e0b !important; transition: 0.5s all ease; box-shadow: 0px -1px 46px 0px rgba(0, 0, 0, 0.05); transform: scale(1.01);background: #f6f4ed;}
.fcurrent .nom{color: #c58e0b !important}
.fcurrent.highlight{border:1px solid #c58e0b!important}


/* SUGGESTIONS */
#sugg {background-color: #eeeadf !important}
#sugg iframe {width: 100%; height: 640vh; max-width: 570px; margin: auto; display: block; overflow: hidden;}


/* OCTOBRE */ 
#octobrerose {border: 3px solid #a90052; margin-top: 40px}
.octobre{ margin: auto; display: block; width: 100%;  max-width: 500px;margin-top:  10px;}
.octobrehome{ margin: auto; display: block; width: 100% !important;  max-width: 500px;margin-top: 0px;}
#octobrerose .nom {color: #a90052}
#work2 .submenu strong {color: #f5b8d6}



#poutine {border: 3px solid #5f1919; margin-top: 40px; margin-bottom: 10px}
#poutine .nom {color: #5f1919}
#demipout {border: 0px solid #5f1919; margin-top: 40px; margin-bottom: 10px}
#chocochaud {border: 3px solid #103930; margin-top: 40px; margin-bottom: 10px}
#chocochaud .nom {color: #103930}


.encemomentimg{ margin: auto; display: block; width: 100%;  max-width: 500px;margin-top:  0px;}
/* FIDELICIA */
.fideliframe  {height:50vh; 
border-radius:20px !important; max-width:450px; width:100%; display:block; margin:auto; box-shadow: 1px 1px 40px #cacaca; background: #111b13; border: 5px double #c58e0b !important; margin-top: 20px; margin-bottom: 20px;
 min-height: 980px}

.supplement { background: #fbf8ee; padding: 3px 8px; border-radius: 3px}
.supplement .nom {font-weight: 500;font-style: italic;font-size: 12px}
.supplement .nom em {  float: none; font-weight: 500; font-style: italic; font-size: 14px}
.supplement .description { margin-bottom: 0px; text-align: justify; font-size: 13px;}
.menu.fcurrent {box-shadow: none;	transform: scale(1.00);	background: transparent; color: #555 !important;}
.menu.fcurrent .nom {color: #0c2f27!important}
.menu .nom {  font-size: 31px;font-weight: normal;	line-height:1;	text-align: center;	margin-top: 25px;	font-family: 'Nanami';	text-transform: uppercase;	letter-spacing: 1px; background: #fff;
	width: 80%;	margin-left: 10%;	padding: 15px 10px;	border-radius: 10px;	border: 2px dotted #c58e0b;}
.menu .nom em { float: none;display: block;line-height: 1.1;font-size: 25px;text-transform: lowercase;font-weight: 100;font-family: 'Nanami';b98731}
.menu .description {text-align: center; margin-bottom: 10px; font-weight:bold}
.menu .description em {display: block; margin-top: 20px;text-transform: uppercase;font-weight: bold;letter-spacing: 1px;font-size: 13px;font-style: normal;color: #0c2f27 !important;}
.menu .description span{  display: inline-block;width: 100%; font-style: italic; font-size: 90%;line-height: 1.2;
opacity: 0.8;}
.legalmenu {text-transform: initial!important;	letter-spacing: 0px!important;	font-weight: 500!important;	font-style: italic!important;	line-height: 1.2!important; color: #777 !important;  }

.deg {font-size: 80%}
.mul span {font-size: 11px; font-weight: 100 }


/* AVIS */ 

.rating {
	unicode-bidi: bidi-override;
	direction: rtl;
	text-align: center;
  }
  
  .rating label {
	display: inline-block;
	width: 48px;
	height: 48px;
	background-image:url(images/avis/star_empty.png);
	background-size:48px 48px;
	font-size:0;
	cursor: pointer;
  }
  .rating input {
	display:none;
  }
  
  .rating input:checked + label,
  .rating input:checked ~ input + label {
	background-image:url(images/avis/star.png);
  }


/* POPUP */
.popup {display: none}
.popupic  {  width: 100%;  max-width: 650px;  border: 10px solid #f2f2f2;  box-shadow: 1px 1px 10px #cacaca;  transform: rotate(-1deg);  margin: auto;  display: block; margin-top: 10px;  margin-bottom: 20px;}
.fcurrent .popup {display: block}
.fcurrent .popup iframe{max-width: 500px; width: 100%; display: block; margin: auto;}



/* AVIS NEGATIF */ 

#avisnegatif  {	box-shadow: none !important;	background: transparent !important;  }
.avisframe {width: 100%;	height: 450vh;	overflow: hidden;}
#avisnegatif .contentpanel {padding: 0px;}

/* AVIS POSITIF */ 

#avispositif  {	box-shadow: none !important;	background: transparent !important;  }

#avisnegatif .contentpanel {padding: 0px;}
.titleavis {text-transform: uppercase ; color: #fff; text-align: center; margin-bottom: 10px;}
.lienavis {transition: 0.5s all ease; width: 49%; display: inline-block;}
.lienavis img {width: 100%; border-radius: 20px;transition: 0.5s all ease}
.lienavis:hover img {transform: scale(0.95); box-shadow: 0px 0px 5px #333;}

/* ACCORDEON */ 
.accordion {
	background-color: #d3cfc6;
	cursor: pointer;
	padding: 18px 12px;
	width: 100%;
	border: none;
	text-align: left;
	color: #0b332a;
	font-family: 'Nanami';
	text-transform: uppercase;
	font-size: 19px;
	outline: none;
	transform: 0.4s all ease;
	border-radius: 5px;
	margin-bottom: 4px;
  }
  .accordion i {float: right; transition: 0.5 all ease; opacity: 0.5;}
  .accordion.active i {transform: rotate(90deg);}
 .accordion:hover {
	background-color: #f0f3f2; 
  }
  .active.accordion {  background : linear-gradient(180deg, rgb(226, 222, 210) 0%, rgb(238, 234, 223) 100%) }
 .accordioncontent {
	padding: 0px 0px 30px;
	display: none;
	overflow: hidden;  transform: 0.4s all ease;
  }
.contentpanel {padding: 10px 15px;}
.prodpic { width: 100%;	object-fit: cover;	height: 200px;	border-radius: 7px;  }
/* 2023 */ 
a {text-decoration: none; color: #fff;}
h4 {text-align: left;padding: 2px 10px;}
.homeimagelink { margin: auto; display: block; width: 100% !important;  max-width: 500px;margin-top: 0px;}
#home h3 {color: #fff;margin-bottom: -7px;	margin-top: 25px; font-size: 20px;	letter-spacing: 3px;text-align: center; font-family: 'Oswald';}
.lang { position: absolute;	top: 105px;	right: 10px;  }
.lang img {max-width: 35px;}
#home .subintro {margin-bottom: 10px;}
header h2 {	color: #fff;	font-family: 'Nanami';	margin-top: -50px;	text-shadow: 0px 0px 20px #000;	margin-bottom: 10px;  }

.utile .deliveroo {color: #00ccbc;}
.utile a {color: #c58e0b; font-weight: 900;}
.utile p {margin-bottom: 20px;}
.utile {margin-top: 50px;}

.social  {margin-top: 50px;}
.menumain .homemenu {float: left;width: 50%; margin-bottom: 20px; padding: 5px;transition: 0.2s all ease;} 
.menumain .homemenu:hover {transform: scale(1.02);}
.menumain .homemenu img {border-radius: 0px; margin-bottom: 5px;box-shadow: 0px 0px 5px #000;border: 2px solid #fff;} 
.menumain .homemenu:hover img {border: 2px solid #c58e0b;}
.menumain .homemenu span {text-decoration: none !important; color:#fff; font-weight: bold;font-size: 15px;
	font-family: 'Oswald';
	margin-top: -48px;display: block;text-transform: uppercase;letter-spacing: 0.2px;text-shadow: 0px 0px 15px #000;}
.menumain {display: table;max-width: 500px;	margin: auto;}

.sociallink {max-width: 50px;display: inline-block; transition: 0.2s all ease; padding:5px  }
.sociallink:hover {transform: scale(1.2);}

.articlehead {width: 100%; max-height: 200px;object-fit: cover; }

/* TAVERNE */
.titleimg {display: block; margin: auto; width: 100%; max-width: 300px}

.surmes .description {margin-bottom: 10px}
#home p {color: #f2f2f2; font-size: 14px; max-width: 500px;margin: auto;}
#home p strong {color: #f2f2f2; font-weight: bold; font-size: 14px;
line-height: 1.1em;}
#home {box-shadow: none !important; background-color: transparent !important; text-align: center !important;}
.legale {
    line-height: 1.3em;
    color: #999 !important; font-size: 9px !important;
}
.fa-wine-bottle { transform: rotate(-45deg);}
.fa-baseball-ball::before {content: url(images/00.png)}
.fa-adn::before {content: url(images/0.png)}
.fa-500px::before {content: url(images/1.png)}
.fa-accusoft::before {content: url(images/2.png)}
.fa-address-book::before {content: url(images/3.png)}
.fa-adjust::before {content: url(images/4.png)}
.fa-align-center::before {content: url(images/5.png)}
.fa-adobe::before {content: url(images/6.png)}
.fa-adversal::before {content: url(images/7.png)}
.fa-air-freshener::before {content: url(images/8.png)}
.fa-airbnb::before {content: url(images/9.png)}
.fa-algolia::before {content: url(images/10.png)}
.fa-alipay::before {content: url(images/11.png)}
.fa-allergies::before {content: url(images/12.png)}
.fa-amazon::before {content: url(images/13.png)}
.fa-amazon-pay::before {content: url(images/14.png)}
.fa-ambulance::before {content: url(images/15.png)}
.fa-amilia::before {content: url(images/16.png)}
.fa-anchor::before {content: url(images/17.png)}
.fa-android::before {content: url(images/18.png)}
.fa-apple::before {content: url(images/20.png)}
.fa-atom::before {content: url(images/19.png)}
.fa-car-side::before {content: url(images/21.png)}

#work2 .mul b {color: #c58e0b  }

h3 .subt {
    font-family: 'nanami';
    font-style: normal;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 6px;
    color: #1b453a; text-align: center !important;
margin-bottom: 20px;
float: none !important;
}
	@media screen and (max-width: 768px) {
        .fideliframe {min-height: 660px}
.mul {display: block; float: none !important}
#spirit .mul, #digestifs .mul {display: inline;float: right !important;  }


.nomulalign .mul {display: block; float: right !important}
#icetea .mul {display: block; float: none !important}
        #work4 .prod, #work5 .prod,  #crepes .prod {margin-bottom: -2px}
        #work4 .supplement {margin-top: 10px}
        #octobrerose .nom {text-align: center}
      #aperitifs .mul, #cockclassic .mul, #sansal .mul, #frozen .mul  {float: right !important; text-align: right}
         #octobrerose .description {text-align: center}

        
}
        
@media screen and (max-width: 650px) {
    .popupic  {  width: 100%;  max-width: 650px;  border: 0px solid #f2f2f2;  box-shadow: none;  transform: rotate(-0deg);  margin: auto;  display: block; margin-top: 5px;  margin-bottom: 0px;}

}
    





.submenu {  position: fixed; width: 100%; background: #a49336; left: 0; bottom: 89px; z-index: 100; white-space: nowrap;overflow-x: auto;}
.submenu ul li {list-style: none; padding-left: 0em; display: inline-flex;margin: 8px 0px;border-right: 1px solid #4e1921; }
.submenu ul li a { color: #fff; text-decoration: none;padding: 0px 11px 0px 9px; font-weight: 100; font-size: 13px; letter-spacing: 0.5px}
.center {text-align: left; margin-bottom: 20px; font-weight: bold; color: #354356; padding: 0px 5px;}
.nom { text-transform: uppercase; color: #555; font-weight: 500;   font-family: 'Oswald';font-size: 110%;}
.nom em {float: right; font-style: normal;  font-weight: 500;line-height: 1}
.description {margin-bottom: 0px; text-align: justify}
.highlight {    border: 3px double #13386f;  border-radius: 0px; padding: 5px 9px;  margin: 10px 0px;  width: calc(100% + 10px); margin-left: -5px;}
.prod {padding: 5px;border-radius: 0px; margin-bottom: 5px; transition: 0.5s all ease}
.domvin { line-height: 1; margin-bottom: 2px; text-transform: uppercase; font-weight: bold; font-size: 81%; color: #3b4e43;}

.titleimg {display: block; margin: auto; width: 100%; max-width: 300px}


/* POPUP 
.popup {display: none}*/
.popupic  {  width: 100%;  max-width: 650px;  border: 10px solid #f2f2f2;  box-shadow: 1px 1px 10px #cacaca;  transform: rotate(-1deg);  margin: auto;  display: block; margin-top: 10px;  margin-bottom: 20px; z-index: 0 !important;
position: relative;}
.fcurrent .popup {display: block}
.fcurrent .popup iframe{max-width: 500px; width: 100%; display: block; margin: auto;}

/* ONCLICK */
.fcurrent {color: #547032 !important; transition: 0.5s all ease; box-shadow: 0px -1px 46px 0px rgba(0, 0, 0, 0.05); transform: scale(1.01);background: #fff;}
.fcurrent .nom{color: #547032 !important}
.fcurrent.highlight{border:3px double #547032!important}

/* PUB */
.pub {display: none}
#main > .panel .pub {display: block;  animation: 12s fadeIn;  animation-fill-mode: forwards;  visibility: hidden;position: fixed;width: 100%;background: rgba(70,22,30,0.85);left: 0;top: 0;height: 100vh;z-index: 2}
@keyframes fadeIn {  99% {  visibility: hidden; }  100% { visibility: visible; } }
.close {    position: fixed;  top: 10px;  right: 10px;  font-size: 30px;  color: #fff;  background: #bc8b46;  border-radius: 50%;  width: 31px;   padding-left: 5px; cursor: pointer; transition: 0.5s all ease}
.close:hover {opacity: 0.8}
.pubcontent { max-width: 400px; display: block; margin: auto; margin-top: auto; margin-top: 2%;}
.pubcontent img {width: 100%}


/* SUGGESTIONS */
#sugg {background-color: #fff !important}
#sugg iframe {width: 100%; height: 240vh; max-width: 570px; margin: auto; display: block;}

.supplement { background: #fff; padding: 3px 8px; border-radius: 3px}
.supplement .nom {font-weight: 500;font-style: italic;font-size: 12px}
.supplement .nom em {  float: none; font-weight: 500; font-style: italic; font-size: 14px; float: right;
    font-weight: 400;}
.supplement .description { margin-bottom: 0px; text-align: justify; font-size: 13px;}

.menu .nom {font-size: 30px; font-weight: normal; text-transform: none; text-align: center; margin-bottom: 15px; font-family: 'Oswald';}
.menu .nom em {  float: none;display: block;line-height: 1.1;font-size: 15px; font-weight: 100;font-family: 'Playfair Display';}
.menu .description {text-align: center; margin-bottom: 10px}
.menu .description em {display: block;
margin-top: 20px;
text-transform: none;
font-weight: 500;
font-size: 18px;
font-style: normal;
line-height: 1em;
text-transform: uppercase !important;
letter-spacing: 2px;
color: #406c87;}
.menu .description span{  display: inline-block;width: 100%; font-style: italic; font-size: 90%;line-height: 1.2;
opacity: 0.8;}
.menuqu {
    text-align: center;
    font-size: 11px;
    line-height: 1.5;
}
.deg {font-size: 80%}
.mul span {font-size: 11px; font-weight: 100 }
.prixvin {    font-weight: 500;  font-family: 'Oswald';}




/* OCTOBRE */
#octobrerose {border: 3px solid #a90052; margin-top: 40px}
.octobre{ margin: auto; display: block; width: 100%;  max-width: 500px;margin-top: -40px;}
.octobrehome{ margin: auto; display: block; width: 100%;  max-width: 500px;margin-top: -20px;}
#octobrerose .nom {color: #a90052}
#work2 .submenu strong {color: #a90052}



/* TRANSLATE*/


.transimg {width: 150px}


/* BRINDEZINC */
.suppimg {width: 100%; max-width: 450px; margin: auto; display: block}
#burger {margin-top: 50px}
#work7 .fcurrent {background: #f2f2f2}
.surmes .description {margin-bottom: 10px}
#home p {color: #f2f2f2}
#home .gif {width: 150px; margin-top: 0px;margin-bottom: -10px;}
#home .topcouv {width: 150px; margin-top: -10px;margin-bottom:5px;}
#home p strong {color: #f2f2f2; font-weight: bold}
#home {box-shadow: none !important; background-color: transparent !important}
.fideliframe  {height:50vh; 
border-radius:0px !important; max-width:450px; width:100%; display:block; margin:auto; box-shadow: 1px 1px 40px #cacaca; background:#e2923c; margin-top: 20px; margin-bottom: 20px;
border:5px double #0068b3  !important; min-height: 480px}

.fideliframe2  {height:100vh; 
border-radius:0px !important; max-width:450px; width:100%; display:block; margin:auto;  margin-top: 20px; margin-bottom: 20px;
min-height: 480px}

.legale {  font-size: 11px;  line-height: 1.3em;  color: #999 !important;}
.fa-wine-bottle { transform: rotate(-45deg);}
.fa-adn::before {content: url(images/000.png)}
.fa-angellist::before {content: url(images/0000.png)}
.fa-500px::before {content: url(images/01.png)}
.fa-accusoft::before {content: url(images/02.png)}
.fa-address-book::before {content: url(images/03.png)}
.fa-adjust::before {content: url(images/04.png)}
.fa-align-center::before {content: url(images/05.png)}
.fa-adobe::before {content: url(images/06.png)}
.fa-adversal::before {content: url(images/07.png)}
.fa-air-freshener::before {content: url(images/08.png)}
.fa-airbnb::before {content: url(images/09.png)}
.fa-algolia::before {content: url(images/010.png)}
.fa-alipay::before {content: url(images/011.png)}
.fa-allergies::before {content: url(images/012.png)}
.fa-amazon::before {content: url(images/013.png)}
.fa-amazon-pay::before {content: url(images/014.png)}
.fa-ambulance::before {content: url(images/015.png)}
.fa-amilia::before {content: url(images/016.png)}
.fa-anchor::before {content: url(images/017.png)}
.fa-android::before {content: url(images/018.png)}
.fa-atom::before {content: url(images/019.png)}
.fa-aviato::before {content: url(images/20.png)}
.fa-camera {opacity: 0.8}

.marge100 {margin-top: 100px;}
.accordion {
	background-color: #eeeadf;	text-transform: uppercase;	color: #4e1921;	text-shadow: -2px 2px 0px #cacaca; cursor: pointer;	padding: 18px;	width: 100%;	border: none;	text-align: left;  font-weight: bold;  font-family: 'Oswald';text-transform: uppercase;  font-size: 25px;
	outline: none; margin-bottom: 8px;	transform: 0.4s all ease;
  }
  
	  .sousacc {background: #f2f2f2; font-size: 15px; padding:10px}
	  
  .active, .accordion:hover {
	background-color: #ccc; 
  }
  
  .panelclose {
	padding: 20px 5px;
	display: none; margin-top: -8px;
	
	overflow: hidden;  transform: 0.4s all ease;
  }

  #fidelicia {background: #fff;}

#work17 {background: #fff !important}
@media screen and (max-width: 768px) {
.fideliframe {min-height: 660px}
#champagne .mul, #champagne .description, #champagne .nom, #champagne .prixvin,  #champagne .domvin {text-align: center; display: block; float: none}
#burger .mul, #burger .description,#burger .nom {text-align: center; display: block; float: none}
#tartares .mul, #tartares .description,#tartares .nom {text-align: center; display: block; float: none}
#spirit .mul, #spirit .description, #spirit .nom {text-align: center}
#digestifs .mul, #digestifs .description,#digestifs .nom {text-align: center}
#barmer .mul, #barmer .description,#barmer .nom {text-align: center}
#work4 .mul {display: block; float: right !important}
#work4 .prod, #work5 .prod,  #crepes .prod {margin-bottom: -2px}
#work4 .supplement {margin-top: 10px}
        
}
        
@media screen and (max-width: 650px) {
    .popupic  {  width: 100%;  max-width: 650px;  border: 0px solid #f2f2f2;  box-shadow: none;  transform: rotate(-0deg);  margin: auto;  display: block; margin-top: 5px;  margin-bottom: 0px;}

}
    