@import url("fontawesome-all.min.css");
@import url("normalize.css");
@import url("https://fonts.googleapis.com/css?family=Muli:400,700,700i|Playfair+Display:700&display=swap");

/* Basic */

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

	html {
		box-sizing: border-box;
	}

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

	body {
		background-color: #f7f7f7;
		background-position: top left, top left;
		background-repeat: repeat-x, repeat;
		background-size: 100% 30em, auto;
		font-family: 'Muli', sans-serif;
		font-size: 16pt;
		color: #575756;
		font-weight: 400;
		line-height: 1.5;
	}

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

	input, select, textarea {
		color: #575756;
		font-weight: 400;
		line-height: 2.25em;
	}

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

		a:hover {
			color: #c4211b;
		}

	h1, h2, h3, h4, h5, h6 {
		font-weight: 700;
	}

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

	h1 {
		font-family: 'Playfair Display', serif;
		line-height: 1.25;
		font-size: 2rem;
	}

	h2 {
		font-size: 2rem;
		margin: 0 0 3rem 0;
		line-height: 1.25em;
		color: #911915;
		font-weight: 400;
	}

	h3 {
		font-size: 1.5rem;
		line-height: 1.3;
		margin: 0 0 1em 0;
		color: #24587E;
		font-family: 'Playfair Display', serif;
		font-weight: 700;
	}

	b, strong {
		font-weight: 600;
		color: #575756;
	}

	i, em {
		font-style: italic;
	}

	br.clear {
		clear: both;
	}

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

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

	hr {
		border: 0;
		border-top: solid 1px #eee;
	}

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

	p, ul, ol, dl, table {
		margin-bottom: 1em;
	}

	figcaption {
		margin-top: .5rem;
		font-size: .75rem;
		line-height: 1.5;
		color: #24587E;
	}

/* Container */

	.container {
		margin: 0 auto;
		max-width: 100%;
		width: 1400px;
	}

		@media screen and (max-width: 736px) {
			.container { width: 100%; }
		}

		@media screen and (max-width: 980px) {
			.container { width: 90%; }
		}

		@media screen and (max-width: 1280px) {
			.container { width: 960px; }
		}

		@media screen and (max-width: 1680px) {
			.container { width: 1200px;	}
		}






/* Row */

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

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

		.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-12 {
			width: 100%;
		}

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

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

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

		.row {
			margin-top: -20px;
			margin-left: -20px;
		}

			.row > * {
				padding: 20px 0 0 20px;
			}

		.row.gtr-200 {
			margin-top: -80px;
			margin-left: -80px;
		}

			.row.gtr-200 > * {
				padding: 80px 0 0 80px;
			}


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

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

		}

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


				.row {
					margin-top: -25px;
					margin-left: -25px;
				}

					.row > * {
						padding: 25px 0 0 25px;
					}

				.row.gtr-200 {
					margin-top: -50px;
					margin-left: -50px;
				}

					.row.gtr-200 > * {
						padding: 50px 0 0 50px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -50px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 50px;
						}

		}

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

				.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-200 {
					margin-top: -50px;
					margin-left: -50px;
				}

					.row.gtr-200 > * {
						padding: 50px 0 0 50px;
					}



		}

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

				.row {
					margin-top: -20px;
					margin-left: -20px;
				}

				.row > * {
					padding: 25px 0 0 20px;
				}

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

				.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-12-small {
					width: 100%;
				}

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

				.row.gtr-200 {
					margin-top: -40px;
					margin-left: -40px;
				}

					.row.gtr-200 > * {
						padding: 40px 0 0 40px;
					}

		}

/* Section / Article */

	section, article {
		margin-bottom: 5em;
		position: relative;
	}

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

	header {
		margin: 0 0 2em 0;
	}

		header h2, header h3 {
			margin: 0 0 0.25em 0;
		}

		header p {
			margin: 0;
		}

	footer {
		margin: 2.5em 0 0 0;
	}

/* Tables */

	table {
		width: 100%;
	}

		table tr {
			border-top: solid 1px #eee;
		}

			table tr:first-child {
				border-top: 0;
			}

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

		table th {
			text-align: left;
			padding: 0.5em 1em 0.5em 1em;
			font-weight: 800;
			margin: 0 0 1em 0;
		}

		table thead {
			background: #404248;
			color: #fff;
		}


/* Image */

	.image {
		display: inline-block;
		outline: 0;
	}

		.image img {
			display: block;
			width: 100%;
			border-radius: 8px;
		}

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



		.image.featured {
			position: relative;
			display: block;
			width: 100%;
			margin: 0 0 2.5em 0;
		}

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

		.image.centered {
			display: block;
			margin: 0 0 2.5em 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;
		position: relative;
		display: inline-block;
		background: #FFF;
		/* border: 2px solid #eeeeee; */
		color: #fff;
		text-decoration: none;
		border-radius: 4px;
		font-weight: 700;
		outline: 0;
		/* border: 0; */
		cursor: pointer;
		font-size: 1.35em;
		padding: 0.6em 1.5em;
	}

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

		input[type="button"]:hover,
		input[type="submit"]:hover,
		input[type="reset"]:hover,
		button:hover,
		.button:hover {
			background: #24587E;
		}

		input[type="button"]:active,
		input[type="submit"]:active,
		input[type="reset"]:active,
		button:active,
		.button:active {
			background: #24587E;
		}

		input[type="button"].alt,
		input[type="submit"].alt,
		input[type="reset"].alt,
		button.alt,
		.button.alt {
			background: #f1f1f1;
			background: rgba(0, 0, 0, 0.05);
			color: #444;
		}

			input[type="button"].alt:hover,
			input[type="submit"].alt:hover,
			input[type="reset"].alt:hover,
			button.alt:hover,
			.button.alt:hover {
				background: #e8e8e8;
				background: rgba(0, 0, 0, 0.085);
			}

			input[type="button"].alt:active,
			input[type="submit"].alt:active,
			input[type="reset"].alt:active,
			button.alt:active,
			.button.alt:active {
				background: #e4e4e4;
				background: rgba(0, 0, 0, 0.15);
			}

		input[type="button"].large,
		input[type="submit"].large,
		input[type="reset"].large,
		button.large,
		.button.large {
			font-size: 1.5rem;
			padding: 0.7em 0.9em;
		}


/* List */

	ul {
		list-style: disc;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

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

			ul.style2 li {
				padding-left: 0;
			}

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

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

/* Menu (footer) */

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

		ul.menu li {
			border-left: solid 1px #e0e0e0;
			display: inline-block;
			padding: 0 0 0 0.75em;
			margin: 0 0 0 0.75em;
		}

			ul.menu li:first-child {
				border-left: 0;
				margin-left: 0;
				padding-left: 0;
			}

/* Box */

	.box {
		background: #fff;
		border-radius: 6px;
		box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
		padding: 2em;
	}

		.box.feature {
			padding: 0;
		}

			.box.feature h2 {
				font-size: 1.5rem;
			}

			.box.feature .image {
				position: relative;
				margin: 0;
			}

				.box.feature .image img {
					border-bottom-left-radius: 0;
					border-bottom-right-radius: 0;
				}

	.inner {
		padding: 1em 2em 1em 2em;
	}

	.inner.last {
		padding: 0 2em 0 2em;
	}

/* Icons */

	.icon {
		text-decoration: 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: inherit;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		}

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

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

		.icon > .label {
			display: none;
		}

/* Widgets */


.widget h3 {
	font-weight: 300;
	font-size: 1.35rem;
	margin-bottom: 0 !important;
}

.widget p {
	font-size: .85rem;
	line-height: 1.5;
}

	.widget.contact ul {
		list-style: none;
		padding-left: 0;
		overflow: hidden;
		position: relative;
		left: -4px;
		top: 4px;
		margin-bottom: 1.5em;
	}

		.widget.contact ul li {
			display: inline-block;
			margin-right: 0.25em;
			padding-left: 0;
		}

			.widget.contact ul li a {
				-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;
				display: inline-block;
				width: 2.5em;
				height: 2.5em;
				text-align: center;
				line-height: 2.5em;
				border-radius: 0.35em;
				outline: 0;
				opacity: 0.75;
				text-decoration: none;
				background: #222222;
			}

				.widget.contact ul li a:before {
					color: #f3f3f3;
					font-size: 1.5em;
					line-height: inherit;
				}

				.widget.contact ul li a:hover {
					background: #444444;
				}

				.widget.contact ul li a:active {
					background: #666666;
				}

/* Wrappers */

	#header-wrapper {
		padding: 1em 0 1em 0;
	}

	.support-wrapper {
		padding: 2rem 0;
	}

	#main-wrapper {
		background: #fff;
		box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
		padding: 5rem 0;
		margin-bottom: 5rem;
	}

	#footer-wrapper {
		padding: 8em 0 1em 0;
	}

/* Header */

	#header {
		position: relative;
	}

/* Logo */

	#logo {
		display: inline-block;
	}

		#logo h1 {
			margin: 0;
			padding: 0.25em 0.2em 0.25em 0.2em;
			font-size: 3.25em;
			letter-spacing: 0.05em;
			display: inline-block;
			vertical-align: middle;
		}

		#logo img {
			max-width: 300px;
		}

		#logo span {
			font-weight: 800;
			line-height: 4.5em;
			letter-spacing: 0.025em;
			font-size: 0.9em;
			vertical-align: middle;
			margin: 0 0 0 1.25em;
		}
		#logo span.label {
			display: none;
		}


/* Nav */

	#nav {
		position: absolute;
		right: 0;
		top: 0;
		font-size: 0.875rem;
	}

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

			#nav ul li {
				float: left;
				line-height: 4.5em;
				padding-left: 1.5em;
			}

				#nav ul li a, #nav ul li span {
					-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;
					font-weight: 800;
					letter-spacing: 0.025em;
					color: #696969;
					text-decoration: none;
					border-radius: 6px;
					padding: 0.5em 1em 0.5em 1em;
				}

				#nav ul li > ul {
					display: none;
				}

				#nav ul li:hover a, #nav ul li:hover span {
					background: #fff;
				}

				#nav ul li.active a, #nav ul li.active span {
					background: #fff;
				}

				#nav ul li.current a {
					background: #24587E;
					color: #fff;
				}


/* Banner */

	#banner {
		position: relative;
		padding: 1.5em 4.5em;
		background: #b8cbd9; /* #3E9DCC; */
		/* background: linear-gradient(90deg, rgba(62,156,203,1) 0%, rgba(50,183,224,1) 100%); */
		background: linear-gradient(80deg, rgba(184,203,217,1) 0%, rgba(233,239,244,1) 100%);
		background: #24587E;
	}

		#banner h1 {
			font-size: 1.75rem;
			font-family: 'Muli', sans-serif;
			line-height: 1.5;
			margin: 0.1em 0 0.35em 0;
			color:  #FFFFFF;
			font-weight: 400;
			max-width: 32rem;
		}

		#banner p {
			line-height: 1.75em;
			margin: 0;
			color: #24587E;
		}

        .alert {
            color: #c4211b;
			font-weight: 900;
        }

		#banner .button {
			width: 100%;
			margin-bottom: 0.5em;
		}

			#banner .button.icon:before {
				position: absolute;
				right: 0.15em;
				top: 50%;
				margin-top: -0.5em;
			}

			#banner .button:hover {
				background:  #3E9DCC;
			}

			#banner .button:hover.icon:before {
				color: rgba(184,203,217,1);
				color: #FFFFFF;
			}


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

			#banner ul li {
				padding-left: 0;
			}


			#banner .button {
				text-align: center;
				max-width: 400px;
			}

			#banner .button h3 {
				font-size: 1.4rem;
				color: #24587E;
				margin-bottom: .15rem;
				letter-spacing: normal;
			}

			#banner .button.large p {
					font-size: 1rem;
					line-height: 1.5;
					font-weight: 400;
					color: #575756;
			}

			#banner .button.large:hover h3,
			#banner .button.large:active h3,
			#banner .button.large:hover p,
			#banner .button.large:active p {
				color: #FFF;
			}

			#banner .editions {
				padding-top: 0;
				text-align: center;
			}


			#banner .next {
				display: block;
				text-transform: uppercase;
				color: #24587E;
				opacity: .5;
				font-size: .75rem;
				margin-bottom: 1rem;
				letter-spacing: 3px;
				width: 100%;
				text-align: center;
			}

.vaisselle {
	width: 100%;
	max-width: 300px;
}

/* Presentation */

.kiwanis .inner {
	padding-bottom: 0;
}

.credit-photo {
    position: absolute;
	display: block;
    bottom: -1.5rem;
	right: 1rem;
	font-size: .85rem;
}

.savoir-plus,
.les-chefs {
	display: inline-block;
	padding: .5rem .75rem;
	border: 2px solid  #3f99d9;
	color: #3f99d9;
	text-decoration: none;
	text-transform: uppercase;
	font-size: .75rem;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 2rem;
}

.les-chefs {
	margin: 4rem auto 0;
}

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

.savoir-plus:hover,
.les-chefs:hover {
	border-color: #c4211b;
	color: #c4211b;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	background: #222;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



.groupe-logo {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}


.groupe-logo img {
	flex: 0 1 auto;
}




/* Page Éditions  / mentions */

#main-wrapper.page-edition {
	padding-top: 3rem;
}

.page-edition h1,
.page-mentions h1 {
	text-align: center;
	color: #24587E;
	margin: 0  0 .25em 0;
}

.page-edition h2,
.videos h2 {
	color: #911915;
	text-align: center;
}

.page-mentions h2 {
	margin-top: 2rem;
	margin-bottom: 1rem;
}



h2.partners-title {
	text-align: center;
	margin: 0 0 5rem 0;
}

.page-edition .lieu {
	display: inline-block;
	text-transform: uppercase;
	font-size: 1.35rem;
	line-height: 1.35;
	letter-spacing: 2px;
	color: #575756;
	font-family: 'Open Sans', sans-serif;
	margin-top: 1rem;
}

.page-edition .lieu::before {
	content: '';
	display: block;
	position: relative;
	top: -.55rem;
	left: calc(50% - 2.5rem);
	width: 5rem;
	height: 2px;
	background: #911915;
}

.data-edition {
	margin: 0 0 5rem 0;
	text-align: center;
	font-size: 1.35rem;
	line-height: 1.3;
}

.tarifs {
	color: #FFF;
	color: #999;
	text-transform: uppercase;
	font-weight: 400;
	font-size: .9375rem;
	letter-spacing: 1px;
	line-height: 2.25;
	padding: 0 .5rem 0;
}

.soon {
	margin: 2rem auto 6rem;
	text-align: center;
	font-size: 1.25rem;
	line-height: 1.5;
	color: #ccc;
	font-weight: 300;
}

.soon::before {
	content: '';
	display: block;
	position: relative;
	top: -.8rem;
	left: calc(50% - 2.5rem);
	width: 5rem;
	height: 1px;
	background: #ccc;
}

.chef {
	border-top: 1px solid #cccccc;
}

.chef h3 {
	color: #24587E;
}

.chef h3 span {
	font-size: .75em;
	color: #911915;
}

.chef {
margin-bottom: 3rem; }

.chef p.adresse {
	font-size: 1rem;
	line-height: 1.5;
}

a.site-web,
a.presse,
a.email {
	font-size: 1rem;
}

.chef .row {
    padding-left: 20px;
}


/* Next editions */
#next-editions h2 {
	width: 100%;
	text-align: center;
}

figure {
	margin: 1rem;
}

.vignette {
	padding: 1rem;
}


#vente-exceptionnelle {
	color: #444;
	border-bottom: 2px solid #444;
}

#vente-exceptionnelle h2 {
	text-align: center;
	border-top: 2px solid #444;
	border-bottom: 2px solid #444;
	color: #444;
	padding: .5rem 0;
}

#vente-exceptionnelle h3 {
	font-size: 3rem;
	color: #444;
	margin-bottom: 0;
}

/* Retropsective chefs */

.page-retrospective h1 {
	color: #24587E;
}


.page-retrospective .col-6 {
	margin: 0 auto;
}

.intro ul { list-style: none; }

.intro li { padding-bottom: .5rem; }

.intro ul li::before {
	content: "•";
	color: #911915;
    display: inline-block;
	width: 1em;
    margin-left: -1em;
}

.fleur {
	float: right;
	margin-top: -2rem;
 }

 .assiette .image.fit {
	display: block;
	width: 76%;
    margin: 0 12%;
}


 .assiette-lyon .image.fit {
	display: block;
	width: 70%;
    margin: 0 auto;
}


.assiette  {
/*	background: url('../images/fleur.png') no-repeat left 2rem; */
	background-size:  55%;
}


	.footer-logo {
		display: flex !important;
		justify-content: space-between;
	}

	.footer-logo div { 
		flex: 1;


	}




/* Footer */

	#footer {
		margin-top: 0;
		font-size: .935rem;
	}

		#footer a {
			color: inherit;
		}

	#copyright {
		color: #aaa;
		padding: 3em 0 0 0;
		text-align: center;
	}

		#copyright a {
			color: inherit;
		}



	/* sider caption */
	.caption {
	font-size: 1.5rem;
	position: absolute;
	right: 0;
	bottom: 2rem;
	padding: .5rem 2rem;
	width: auto;
	background-color: #24587E;
	color: #FFFFFF;
	text-align: center;

	}







/* Medium */

	#navPanel, #navToggle {
		display: none;
	}


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

		/* Basic */

			html, body {
				overflow-x: hidden;
			}

		/* Section/Article */

			section, article {
				clear: both;
				margin-bottom: 3em !important;
				position: relative;
			}

			section.last, article.last {
				margin-bottom: 0 !important;
			}

		/* Image */

			.image.left {
				width: 25%;
				margin-bottom: 2em !important;
			}


		/* Actions */

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

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

		/* Button */

			input[type="button"],
			input[type="submit"],
			input[type="reset"],
			button,
			.button {
				width: 100%;
				text-align: center;
				font-size: 1.35em;
				padding: 0.85em 0 !important;
			}

				input[type="button"].icon,
				input[type="submit"].icon,
				input[type="reset"].icon,
				button.icon,
				.button.icon {
					padding-right: 0.75em !important;
				}

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

		/* Wrappers */

			#header-wrapper {
				padding: 3em 0 1em 0;
				text-align: center;
			}

			#footer-wrapper {
				padding: 4em 0 4em 0;
			}

		/* Header */

			#header {
				margin: 0 auto;
			}

		/* Logo */

			#logo span {
				display: block;
				margin: 0;
			}

		/* Nav */

			#nav {
				display: none;
			}

		/* Banner */

			#banner {
				padding: 4.5em 3em;
				text-align: center;
			}

				#banner ul {
					margin: 2em 0 0 0;
				}

				#banner .button.icon:before {
					position: relative;
					right: auto;
					top: auto;
				}

		/* Content */

			#content {
				border-bottom: solid 1px #e8e8e8;
				padding-bottom: 4em;
				margin-bottom: 0 !important;
			}

				#content > :last-child {
					margin-bottom: 0 !important;
				}


		/* Footer */

			#copyright {
				padding: 0;
			}

		/* Nav */

			#page-wrapper {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				padding-bottom: 1px;
			}

			#navToggle {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 44px;
				left: 0;
				position: fixed;
				top: 0;
				width: 100%;
				z-index: 10001;
			}

				#navToggle .toggle {
					text-decoration: none;
					width: 70px;
					height: 50px;
					opacity: 0.35;
				}

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

					#navToggle .toggle:before {
						display: inline-block;
						text-decoration: none;
						position: absolute;
						left: 6px;
						top: 6px;
						background: rgba(0, 0, 0, 0.5);
						width: 58px;
						height: 38px;
						border-radius: 6px;
						content: '\f0c9';
						color: #fff;
						text-align: center;
						line-height: 38px;
						font-size: 20px;
					}

					#navToggle .toggle:active {
						opacity: 0.75;
					}

			#navPanel {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transform: translateX(-275px);
				-webkit-transform: translateX(-275px);
				-ms-transform: translateX(-275px);
				transform: translateX(-275px);
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 100%;
				left: 0;
				overflow-y: auto;
				position: fixed;
				top: 0;
				width: 275px;
				z-index: 10002;
				background: #fff;
				box-shadow: inset -3px 0px 0px 0px #dfdfdf;
				padding: 0 23px 0 20px;
			}

				#navPanel .link {
					display: block;
					text-decoration: none;
					height: 54px;
					line-height: 54px;
					border-top: solid 1px #e8e8e8;
					color: #696969;
				}

					#navPanel .link:first-child {
						border-top: 0;
					}

				#navPanel .indent-1 {
					display: inline-block;
					width: 1em;
				}

				#navPanel .indent-2 {
					display: inline-block;
					width: 2em;
				}

				#navPanel .indent-3 {
					display: inline-block;
					width: 3em;
				}

				#navPanel .indent-4 {
					display: inline-block;
					width: 4em;
				}

				#navPanel .indent-5 {
					display: inline-block;
					width: 5em;
				}

				#navPanel .depth-0 {
					color: #444;
					font-weight: 800;
				}

			body.navPanel-visible #page-wrapper {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #navToggle {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

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

	}

/* Small */

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

		/* Basic */

			body, input, select, textarea {
				font-size: 1rem;
				line-height: 1.4em;
			}

			h1 {
			font-size: 1.35rem;
			}

			h2 {
				font-size: 1.5rem;
				margin: 0 0 1em 0;
			}

			h3 {
				font-size: 1.25rem;
				margin: 0 0 1em 0;
			}

			h4, h5, h6 {
				font-size: 1rem;
				margin: 0 0 1em 0;
			}

			.inner,
			.inner.last {
				padding: 1em 0 0 0;
			}

		/* Section/Article */

			section, article {
				clear: both;
				margin-bottom: 1em !important;
			}

				section.last, article.last {
					margin-bottom: 0 !important;
				}

		/* Image */

			.image.left {
				width: 25%;
				margin-bottom: 2em !important;
			}

		/* Actions */

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

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

		/* Button */

			input[type="button"],
			input[type="submit"],
			input[type="reset"],
			button,
			.button {
				width: 100%;
				text-align: center;
				font-size: 1.25em !important;
				padding: 0.65em 0 !important;
			}

			input[type="button"].icon,
			input[type="submit"].icon,
			input[type="reset"].icon,
			button.icon,
			.button.icon {
				padding-right: 0 !important;
			}

			input[type="button"].icon:before,
			input[type="submit"].icon:before,
			input[type="reset"].icon:before,
			button.icon:before,
			.button.icon:before {
				display: none;
			}

		/* Box */

			.box {
				padding: 15px 15px 15px 15px;
				margin: 0;
			}

				.box.feature {
					margin: 20px 0 0 0 !important;
					padding: 0;
				}

					.box.feature .inner {
						padding: 30px 15px 30px 15px;
					}

					.box.feature p {
						margin: 0;
					}

					.box.feature .image {
						position: relative;
						margin: 0;
					}

						.box.feature .image img {
							border-bottom-left-radius: 0;
							border-bottom-right-radius: 0;
						}






		/* Wrappers */

			#header-wrapper {
				padding: 3em 0 1.5em 0;
			}

			#banner-wrapper {
				padding: 0;
				background: #FFF;
			}

			.support-wrapper {
				padding: 0 15px 40px 15px;
			}

			#main-wrapper, #footer-wrapper {
				padding: 40px 20px 40px 20px;
			}

		/* Logo */

			#logo img {
				max-width: 250px;
			}



		/* Banner */

			#banner {
				text-align: center;
				padding: 15px 15px 15px 15px;
				margin: 0 auto !important;
			}

				#banner h1 {
					font-size: 1.35em;
                    line-height: 1.3;
					margin: 0.25em 0 0.5em 0;
				}

				#banner p {
					font-size: 1.25em;
					line-height: 1.5em;
					margin: 0;
				}

				#banner ul {
					margin: 0;
				}

				#banner .button {
					margin: 0 0 1em 0;
				}

				#banner .button h3 {
					font-size: 1.25rem;
				}

				#banner .button.large p {
						font-size: .85rem;
						font-weight: 400;
						color: #575756;
				}


		/* Content */

			#content {
				padding-bottom: 3em;
			}

		/* Footer */

			#footer {
				font-size: .75rem;
			}


			#footer section {
				border-bottom: solid 1px #ccc;
				padding-bottom: 3em;
				margin-bottom: 1em !important;
			}

			#copyright {
				text-align: left;
			}

			.widget h3 {
				font-size: 1rem;
			}


			.widget.social p {
				display: none;
			}

			.page-edition .lieu {
				font-size: 1rem;
				letter-spacing: 0;
				line-height: 1.35;
			}

			.page-edition .lieu::before {
			/*	top: .3rem; */
			}

			.data-edition {
				margin: 0 0 5rem 0;
				text-align: center;
				font-size: .9375rem;
				line-height: 1.5;
			}

			.tarifs {
				color: #FFF;
				color: #666;
				text-transform: uppercase;
				font-weight: 400;
				font-size: .875rem;
				letter-spacing: 1px;
				line-height: 2.25;
				padding: 0 .5rem 0;
			}

			h2.partners-title {
    			text-align: center;
    			margin: 0 0 2rem 0;
			}


			a.savoir-plus,
      a.les-chefs {
				width: 100%;
				text-align: center;
			}

			.brands .inner img {
				margin-top: 1rem;
			}

			.chef .inner {
				padding-bottom: 0;
			}

			.caption {
			font-size: 1rem;
		}

	}

.disable a {
	opacity: .6;
}



.reservation {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100px;
	margin-bottom: 6rem;
}

.yurplan {
	font-size: .85rem;
	font-weight: 700;
	letter-spacing: 1px;
	color:  #9bc69b;
	padding-top: .25rem;
}

.btn-reservation,
.btn-reservation:visited {
	display: inline-block;
	color: #222222;
	background: #9bc69b;

	padding: 1.5rem 3rem;
	text-decoration: none;
	border-radius: 1rem;
}

.btn-reservation:hover,
.btn-reservation:active {
	background: #618627;
	color: #fff;
}

.nouveau {
	display: inline-block;
	background: #d2a526;
	text-transform: uppercase;
	color: #FFF;
	padding: .25rem .75rem;
	transform: rotate(-3deg);
	border-radius: .25rem;
}

.partenaires {
	display: flex;
	justify-content: center;
	gap: 10%;
}

.partenaires img {
	width: 120px;
}



.btn-reservation--lyon2025,
.btn-reservation--lyon2025:visited {
	background: #fca27f;
}

.btn-reservation--lyon2025:hover,
.btn-reservation--lyon2025:active {
	background: #7b1f1a;
	color: #fff;
}


.yurplan--lyon2025 {
	color: #fca27f;
}




/* Lille */

.btn-reservation--lille2025,
.btn-reservation--lille2025:visited {
	background: #92a03e;
	color: #fff;
}

.btn-reservation--lille2025:hover,
.btn-reservation--lille2025:active {
	background: #eac3c4;
	color: #575756;
}


.yurplan--lille2025 {
	color: #92a03e;
} 