*{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-repeat: no-repeat;
}

/* code couleurs 
	noir #292a29
	jaune doré #b38a4f
	jaune clair: #C6A03B;
*/

body{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;

	font-family: "Raleway", sans-serif;
	font-family: 'Assistant', sans-serif!important;
}

ul{
	padding: 0;
	margin: 0;
}

.clearfix{
	clear: both;
}

a, a:hover{
	text-decoration: none;
}

a.cta{
}

h1, h2, h3, h4{
	margin: 0;
}

h1{
	font-size: 22px;
	letter-spacing: 1px;
	line-height: 28px;
}

small.subtitle {
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: 300;
	padding: 10px 0 20px;
	display: block;
	text-shadow: 0 0 30px rgba(0,0,0,0.1);
}

h2{
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 26px;
}

	.colorDefault {
		font-weight: 700;
		color: #241F1C;
	}

	.colorSecond {
		font-weight: 300;
		color: #DA6A2C;
	}

	.white {
		color: #FFF;
	}

h3{
	font-size: 20px;
	line-height: 24px;
}

h4{
	font-size: 17px;
	line-height: 22px;
}

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

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

section#intro {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url("../img/background_cuisine.jpg");
}

	section#intro::before {
		background-color: rgba(36,31,28,0.4);

		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#241f1c+0,241f1c+100&0.4+0,0+100 */
		background: -moz-linear-gradient(top, rgba(36,31,28,0.4) 0%, rgba(36,31,28,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(36,31,28,0.4) 0%,rgba(36,31,28,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(36,31,28,0.4) 0%,rgba(36,31,28,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66241f1c', endColorstr='#00241f1c',GradientType=0 ); /* IE6-9 */
		height: 100%;
		width: 100%;
		top: 0px;
		z-index: 0;
		position: absolute;
		display: block;
		content: "";
	}

section#carte {
	padding: 100px 5%;
	background-repeat: no-repeat;
	background-position: center left;
	background-image: url("../img/assietteGastronomique.png");
}

	section#carte .carte-menu {
		background: none;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		max-width: 800px;
		padding: 0;
	}

	section#carte .carte-menu h2 {
		padding: 0 0 20px;
	}

		section#carte ul {
			padding: 20px 0;
			text-align: center;
		}

		section#carte ul.menu-list li{
			letter-spacing: 0.6px;
			color: #241F1C;
			font-size: 18px;
			opacity: 0.7;
			display: list-item;
			list-style-type: none;
		}

			section#carte ul.menu-list li::before {
				height: 5px;
				width: 5px;
				margin: 15px auto;
				display: block;
				background-color: #D3D3D3;
				content: "";
				border-radius: 100%;
			}

			section#carte ul.menu-list li:nth-child(1)::before {
				display: none;
			}

			section#carte ul.menu-list li.or::before {
				display: none;
			}

			section#carte ul li.separate {
				display: block;
				background-color: #D3D3D3;
				border-radius: 30px;
				height: 7px;
				width: 7px;
				margin: 15px auto;
				display: none;
			}

			section#carte ul li.separate::before {
				display: none;
			}

				section#carte ul li.accords {
					opacity: 0.5;
					margin-bottom: 30px;
				}

				section#carte ul li.second {
					margin-top: 70px;
				}

		/* texte  */
		.medium-title {
			margin-bottom: 0;
			font-size: 36px;
		}

			.citation::after, .separate-gradient {
				display: block;
				margin: 20px auto 0;
				content: "";
				height: 10px;
				width: 20px;
				border-radius: 30px;

				background: #da6a2c; /* Old browsers */
				background: -moz-linear-gradient(45deg, #da6a2c 0%, #f7a938 100%); /* FF3.6-15 */
				background: -webkit-linear-gradient(45deg, #da6a2c 0%,#f7a938 100%); /* Chrome10-25,Safari5.1-6 */
				background: linear-gradient(45deg, #da6a2c 0%,#f7a938 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da6a2c', endColorstr='#f7a938',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
			}

		#carte p, .grey {
			color: #241F1C;
			font-size: 18px;
			letter-spacing: 0.4px;
		}
			.grey {
				opacity: 0.7;
			}

			#carte li.price {
				border-radius: 40px;
				padding: 10px 30px;
				color: #FFF;
				font-weight: 600;
				font-size: 18px;
				background: #da6a2c; /* Old browsers */
				background: -moz-linear-gradient(45deg, #da6a2c 0%, #f7a938 100%); /* FF3.6-15 */
				background: -webkit-linear-gradient(45deg, #da6a2c 0%,#f7a938 100%); /* Chrome10-25,Safari5.1-6 */
				background: linear-gradient(45deg, #da6a2c 0%,#f7a938 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da6a2c', endColorstr='#f7a938',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
			}

		.infos ul {
			margin-top: 30px;
		}

			.infos ul li {
				opacity: 1;
			}

			.infos ul li.block {
				display: block;
			}

				.infos ul li small {
					padding: 10px 0;
					display: block;

				}

		#carte .carte-menu p.citation {
			color: #241F1C;
			font-size: 22px;
			max-width: 650px;
			margin: 0 auto;
			font-weight: 300;
			letter-spacing: 1px;
		}

.chambre {
	margin-top: 80px;
}

.reservation {
	padding: 20px 0 20px 5%;
	position: fixed;
	bottom: -100px;
	background-color: #FFF;
	width: 100%;
	max-width: 380px;
	left: 0;
	transition: all 0.9s; -moz-transition: all 0.9s; -webkit-transition: all 0.9s;
}

	.reservation.active {
		bottom: 0;
	}

	.reservation h3 {

	}

		.reservation h3 a {
			color: #241F1C;
			transition: all 0.5s;
		}

			.reservation h3 a:hover {
				color: #DA6A2C;
				text-decoration: none;
			}

		.reservation h3 span {
			opacity: 0.6;
			font-weight: 300;
		}

li h4 {
	font-size: 22px;
	font-weight: 700;
}

	section#carte #carte_div {
	}


/* Contenu */
.containerFull {
	position: relative;
	z-index: 2;
	height: 100%;
	padding-left: 20px;
	padding-right: 20px;
	overflow: scroll;
	padding: 100px 0;
}

	.containerFull img.logo {
		max-width: 400px;
	}

	.content {
		margin: 60px auto;
	}

.content ul.list-inline {
	padding: 20px 0;
}

	.content ul li {
		margin-bottom: 5px;
	}

	.content ul li a.btn, .btn_toggle {
		display: block;
		color: #241F1C;
		text-transform: uppercase;
		padding: 10px 25px;
		border-radius: 40px;
		letter-spacing: 0.8px;
		background-color: #FFF;
		border: 1px solid #D3D3D3;
	}

	.shadowed {
		text-shadow: 0 0 80px rgba( 0,0,0,0.4);
	}

.btn_toggle {
	
}

	.btn_toggle:hover {
		color: #241F1C;
		text-decoration: none;
	}


.gradient, .content ul li a.btn.gradient, .btn_toggle.active {
	color: #FFF;
	border: none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#da6a2c+0,f7a938+100 */
	background: #da6a2c; /* Old browsers */
	background: -moz-linear-gradient(45deg, #da6a2c 0%, #f7a938 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #da6a2c 0%,#f7a938 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #da6a2c 0%,#f7a938 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da6a2c', endColorstr='#f7a938',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/* menu cartes */
.carte-menu {
	background-color: #fff;
}

table.tarif {
	font-size: 16px;
	margin: 40px auto 0;
	border: 1px solid #D3D3D3;
	padding: 20px;
}

	table.tarif tr th,
	table.tarif tr
	{
		border: 1px solid #D3D3D3;
	}

	table.tarif tr th,
	table.tarif tr td{
		padding: 10px 20px;
	}

.room {

}

	.room ul {
		padding: 20px;
	}

	.room ul li {
		text-align: left;
		list-style: none;
		padding: 0 0 20px;
	}

		.room ul li h3 {
			font-weight: bold;
		}

		.room ul li p {
			opacity: 0.7;
		}

		.cta.bottom {
			padding-bottom: 100px;
		}

		a.cta.gradient {
			padding: 10px 30px;
			border-radius: 30px;
			font-size: 16px;
			text-transform: uppercase;
		}

			a.cta.gradient:hover {
				text-decoration: none;
				color: #FFF;
			}

@media screen and (max-width: 768px) {
	section#carte {
		background-position: top 200px left;
		padding: 80px 20px 40px;
	}
	section#carte .carte-menu {
		background: #FFF;
		padding: 40px;
		margin: 0;
		width: 100%;
	}

	.medium-title {
		font-size: 30px;
	}

	#carte .carte-menu p.citation {
		font-size: 20px;
	}

	#carte li.price {
		margin-bottom: 10px;
	}
}

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

section#intro::before {
	display: none;
}

table.tarif {
	font-size: 14px;
}

	.containerFull img.logo {
		width: 80%;
		max-width: 240px;
	}


	h1{
		font-size: 24px!important;
		letter-spacing: 1px;
		line-height: 32px!important;
	}

	.content ul li {
		text-align: center;
		display: block;
	}

		.content ul li a {
			margin: 0 auto;
			max-width: 250px;
		}

	section#carte ul.menu-list li {
		font-size: 16px;
	}
}