/*=================================================
||				Useful Links
==================================================*/
/*
|||||||||	Slider	|||||||||
|	http://www.jssor.com/demos/image-gallery.html
|	http://www.jssor.com/development/index.html
|	http://www.jssor.com/development/define-slides-html-code.html
|	file:///G:/Technext/Helper/Jssor.Slider.FullPack/demos-no-jquery/introduction-slider.source.html
|	file:///G:/Technext/Helper/Jssor.Slider.FullPack/demos-no-jquery/image-gallery.source.html
|	http://www.owlcarousel.owlgraphic.com/docs/started-welcome.html
|||||||||	Others	|||||||||
|	Fonts: 1. Roboto[Section-title] 2. Open-Sans[body]
|
|
*/

/*=================================================
||				Index 
==================================================*/
/*
|	1. Imports
|	2. Global
|	3. Colors
|
|	=============
|	SECTIONS
|	=============
|	4. Navigation
|	5. Header
|	6. About us
|	7. Affordable pricing
|	8. Great Place to enjoy
|	10. Our Breakfast Menu
|	12. Catagories-1
|	13. Our Featured Dishes Menu
|	14. Catagories-2
|	15. Reserve A Table!
|	16. Contact With us
|	17. Footer
*/


/*=================================================
||				1. Imports 
==================================================*/
@import url(https://fonts.googleapis.com/css?family=Roboto:100,400);
@import url(https://fonts.googleapis.com/css?family=Raleway:100,400,700);
/*=================================================
||				2. Global 
==================================================*/
body
{
	font-family: 'Raleway', 'Open-Sans', sans-serif;
	overflow-x: hidden;
	font-size: 14px;
	max-width:1400px;margin-left:auto;margin-right:auto;
}


.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none; 
}

.btn {
  border-radius: 0; 
  letter-spacing: 1px; 
}

.btn:hover {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.btn-middle {
	background-color: transparent;
	padding: 2px 8px;
	border: 1px solid #504041;
	color: #41BFDB;
	margin: 0px 0px;
}

.btn-middle:hover {
	background-color: #504041;
	color: #fff;
	box-shadow: 0px 2px 5px #948E8E;
}

.btn-send,
.btn-reservation {
	background-color: #504041;
	padding: 10px 50px;
	box-shadow: 0px 2px 5px #948E8E;
	color: #fff;
	margin: 20px 0px;
}

.btn-send:hover,
.btn-reservation:hover {
	background-color: #41BFDB;
	color: #eee;

}

.btn-reservation {
	width: 100%;
	margin: 0px;
}

.section-title
{
	/*padding: 310px 0px;
	margin: 0px 130px 0px 250px;*/
	padding-left:5%;
	padding-right:10%;
	padding-bottom:0%;
	padding-top:40%;
	text-align: right;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 60px;
	color: #fff;
}
.sectionTitleCoteCarrousel{
	font-size: 35px;
}
.section-content-title
{
	font-family: 'Roboto';
	font-weight: 100;
	font-size: 40px;
}
.section-content-para
{
	margin: 20px 0px;
}
.section-content
{
	padding: 10% 5% 5% 15%;
}
/*.custom-row
{
	width: 100vw;
}*/
.dis-table
{
	display: table;
	/*width: 100vw;*/
}
.dis-table .dis-table-cell
{
	display: table-cell;
	padding: 0;
	float: none;
	/*width: 50vw;*/
	/*position: relative;*/
}
.color-bg
{
	background: #504041;
}
.section-bg
{
	background-size: cover;
	background-repeat: no-repeat;
    background-position: center;
}

.form-control {
	border-radius: 0px;
	margin-bottom: 25px;
}

input.empty, textarea.empty {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.section-icon
{
	position: absolute;
	left: 47%;
	margin-left: -21px;
	margin-top: 58px;
	z-index: 999;
}
/*.wrapper
{
	margin-top: 50px;
}*/
/*=================================================
||				3. Colors 
==================================================*/
/*=================================================
||				4. Navigation 
==================================================*/
.custom-navbar-default
{
	background-color: #504041;
	border: 0px;
	margin: 0px;
	border-radius: 0px;
	color: #41BFDB;
	padding: 50px 0px;
	box-shadow: 0px 2px 7px #000; /*rgb(139, 195, 74)*/
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover
{
	color: #41BFDB;
}
.navbar-default .navbar-nav>li>a
{
	color: #41BFDB;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	margin: 0px 15px;
	padding: 12px 0px;
	font-size: 14px;
	text-align: center;

}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover
{
	color: #fff;
}
.navbar-default .navbar-toggle
{
	border-color: #fff;
}
.navbar-toggle
{
	color: #fff;
	border-radius: 0px;
}
.navbar-default .navbar-toggle .icon-bar
{
	background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover
{
	background-color: transparent;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background-color: transparent;
	color: #fff;
}

.navbar-brand {
	margin-top: -13px;/* -25*/
  	width: 205px;
}

.navbar-default .navbar-collapse {
	border-color: #41bfdb;
	background-color: #504041;
}

/*-----------------------------------------------
		navbar shrinking
-----------------------------------------------*/

nav.navbar.shrink {
	max-height: 62px;
  	padding: 12px 0px;
  	transition: all 0.3s ease-in-out;
  	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-ms-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
}

nav.shrink a {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	font-size: 15px;
}

nav.shrink .navbar-brand {
	margin-top: -10px;/*-19*/
}

nav.shrink .navbar-toggle {
	padding: 4px 5px;
	margin: 8px 40px 8px 0;
}

.navbar-default.shrink .navbar-collapse {
    border-color: transparent;
}
.navbar-toggle {
    margin-right: 45px;
}

/*=================================================
||				5. Header
==================================================*/
.owl-carousel
{
	margin-top: 146px;
}
.header-content
{
	margin-top: 10vh;/*80vh*/
	display: inline-block;
}
.header-title, .header-sub-title
{
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	color: #FFF;
}
.header-title
{
	font-size: 74px;
	font-weight: 100;
	margin-bottom: 0px;
	line-height: 1;
}
.header-sub-title
{
	font-size: 16px;
	margin-left: 10px;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item .item
{
	height: 40vh;/*80vh*/
	background-repeat: no-repeat;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item:nth-child(1) .item
{
	background: url('../images/1.webp');
	background-size: cover;
	background-position: center;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item:nth-child(2) .item
{
	background: url('../images/2.jpg');
	background-size: cover;
	background-position: center;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item:nth-child(3) .item
{
	background: url('../images/3.jpg');
	background-size: cover;
	background-position: center;
}
.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    bottom: 10px;
    color: #fff;
    padding: 9px;
    width: 40px;
    height: 40px;
    border-radius: 60%;
    font-size: 15px;
    opacity: 1;
    margin: 0px;
    transition: all .4s;
    background: none;
    color: #fff;
    border: 1px solid #fff;
}
.owl-theme .owl-controls .owl-buttons div:hover
{
	color: #000;
	background: #fff;
}
.owl-prev
{
	right: 25%;
}
.owl-next
{
	right: 21%;
}


.owl-carousel .owl-wrapper, .owl-carousel .owl-item:nth-child(1) .itemService
{
	background: url('../images/services.jpg');
	background-size: cover;
	background-position: bottom;
  	background-position-y: 25%;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item:nth-child(1) .itemReservation
{
	background: url('../images/reservation.jpg');
	background-size: cover;
	background-position: bottom;
  	background-position-y: 45%;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item:nth-child(1) .itemContact
{
	background: url('../images/contact.jpg');
	background-size: cover;
	background-position: bottom;
  	background-position-y: 25%;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item:nth-child(1) .itemFooter
{
	background: url('../images/footer.webp');
	background-size: cover;
	background-position: bottom;
  	background-position-y: 25%;
}

/*=================================================
||				6. About us
==================================================*/
.about-bg-img {
	width: 85%;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
}
.about-bg
{
	background: url('../images/atypique_spa.webp');
	background-repeat: no-repeat;
	background-size: 85%;
  	background-position-x: 0%;
  	background-position-y: center;
}
.about-bg-luxury
{
	background: url('../images/atypique_spa_luxury.jpg');
	background-repeat: no-repeat;
	background-size: 85%;
  	background-position-x: 0%;
  	background-position-y: center;
}
.about-bg-chalet
{
	background: url('../images/atypique_spa_chalet.jpg');
	background-repeat: no-repeat;
	background-size: 85%;
  	background-position-x: 100%;
  	background-position-y: center;
}
.about-bg-reservation
{
	background: url('../images/atypique_spa_reservation.jpg');
	background-repeat: no-repeat;
	background-size: 155%;
	background-position-x: 50%;
  	background-position-y: center;
}
#about 
{
	margin-top: -10px;
}
/*=================================================
||				7. Affordable pricing
==================================================*/
/*=================================================
||				8. Great Place to enjoy
==================================================*/
.great-place-to-enjoy .section-bg
{
	background-image: url('../images/GPtE-bg.jpg');
}
/*=================================================
||				10. Our Breakfast Menu
==================================================*/
.breakfast .section-bg
{
	background-image: url('../images/OBM-bg.jpg');
}
/*=================================================
||				12. menu
==================================================*/
.menu 
{
    padding: 50px 0px;
}

.menu-catagory h2 
{
    font-size: 51px;
    font-weight: 100;
    margin-bottom: 27px;
}

.menu-system {
    width: 100%;
    color: #504041;
}

.half 
{
    width: 50%;
    position: relative;
}

.per-head
{
    float: left;
}

.per-head span {
    margin-right: 5px;
}

.price {
	float: right;
	margin-bottom: 18px;
}



/*=================================================
||				13. Our Featured Dishes Menu
==================================================*/
.featured-dish .section-bg
{
	background-image: url('../images/OFDM-bg.jpg');
}
/*=================================================
||				14. Have a look to our dishes
==================================================*/


/*=================================================
||				15. Reserve A Table!
==================================================*/
.reserve .section-bg
{
	background-image: url('../images/RaT-bg.jpg');
}

.reservation .section-content
{
	padding: 15% 15% 10% 15%;
}

.reservation-form 
{
	margin-top: -20px;
}

.opening-time 
{
	background-color: rgb(140, 216, 233);
	color: #fff;
	margin-top: -50px;
	padding: 20px 40px;
	border-radius: 4px;
}

.opening-time-title 
{
	margin-top: 0px;
	margin-bottom: 25px;
	font-weight: bold;
	letter-spacing: 2px;
}

.opening-time p 
{
    margin-bottom: 2px;
}

.opening-time h4 
{
    margin-bottom: 6px;
    margin-top: 12px;
    font-weight: 600;
}
/*=================================================
||				16. Contact With us
==================================================*/

.contact .section-content
{
	color: #fff;
}
.contact .section-title 
{
	padding: 10% 20%;
}
.social-media
{
	position: absolute;
	width: 100%;
	left: 5%;
	margin-top: -58px;
	z-index: 999;
}

.social-media li
{
	display: inline-block;
	margin-right: 10px;
}

.fb, .twit, .insta, .link
{
	float: left;
	height: 126px;
	width: 126px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
		-mz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
}

.fb
{
	background: url(../images/social/facebook_color.png);
}

.fb:hover
{
	background: url(../images/social/facebook_black.png);
}

.twit {
	background: url(../images/social/twitter_color.png);
}

.twit:hover {
	background: url(../images/social/twitter_black.png);
}

.insta {
	background: url(../images/social/insta_color.png);
}

.insta:hover {
	background: url(../images/social/insta_black.png);
}

.link {
	background: url(../images/social/linkedin_color.png);
}

.link:hover {
	background: url(../images/social/linkedin_black.png);
}

#map-canvas {
    width: 100%;
    height: 350px;
}

.contact-form
{
	padding: 50px 0px;
}
/*=================================================
||				17. Footer
==================================================*/

footer
{
	background-color: #504041;
	color: #ffffff;
	padding: 30px 0px;
}

footer a
{
	color: #41BFDB;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
		-mz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
}

footer a:hover
{
	color: #ffffff;
	text-decoration: none;
}
/*=================================================
||				18. Media Query
==================================================*/



body{
	margin-top:80px;
}

/*=========================   for extra-large screen  =============================*/

@media (min-width: 1366px){
	.section-title
	{
		/*padding: 190px 0px;
		margin: 0px 90px 0px 140px;*/
		font-size: 58px;
	}
	.custom-navbar-default
	{
		padding: 18px 0px;
	}
	.owl-carousel
	{
		margin-top: 94px;
	}
	.monfloat{
		width:50%;
		float:left;
	}
	.sectionTitleCoteCarrousel{
		font-size:35px;
	}
	.owl-carousel{
		margin-top: 86px;
	}
}

@media (min-width: 1500px) {
	.section-icon {
		left: 48%;
		margin-left: -25px;
	}

	.section-title {
		padding: 20% 10% 20% 25%;
	}

	.section-content {
		padding: 6% 6% 6% 12%;
		/*padding: 10% 40% 10% 12%;*/
	}
	.monfloat{
		width:50%;
		float:left;
	}
	.sectionTitleCoteCarrousel{
		font-size:40px;
	}
	.owl-carousel{
		margin-top: 77px;
	}
}

@media (min-width: 992px) {
	.container {
	    width: 95%;
	}
}




/*------------------------------  for small (tab) screen -------------------------*/

@media (max-width: 991px) and (min-width: 768px){

	.custom-navbar-default {
		padding: 15px 0px;
	}

	.navbar-default .navbar-nav>li>a {
		margin: 0px 10px;
		font-size: 12px;
	}

	nav.shrink .navbar-brand {
		font-size: 22px;
	}

	.owl-carousel {
		margin-top: 85px;
	}

	.owl-theme .owl-controls .owl-buttons .owl-prev {
		right: 20%;
	}

	.owl-theme .owl-controls .owl-buttons .owl-next {
		right: 12%;
	}

	.about-bg {
		background-size: 98%;
  		background-position-x: 100%;
  		background-position-y: 68%;
	}
	.about-bg-luxury {
		background-size: 98%;
  		background-position-x: 100%;
  		background-position-y: 68%;
	}
	.about-bg-chalet {
		background-size: 98%;
  		background-position-x: 100%;
  		background-position-y: 68%;
	}

	.header-title {
		font-size: 62px;
	}

	.section-header {
		padding-top: 0px;
	}

	.pricing-title {
		margin-bottom: 15px;
		font-size: 25px;
	}

	#filter-list li {
		font-size: 14px;
	}

	.section-title {
		font-size: 58px;
		/*padding: 20% 15%;*/
	}

	.contact .section-title {
		padding: 10% 20% 20% 20%;
	}

	.section-content {
		padding: 10% 12%;
	}

	.section-content-title {
		font-size: 45px;
	}

	.btn-reservation {
		padding: 10px;
	}
	.monfloat{
		width:50%;
		float:left;
	}
	.sectionTitleCoteCarrousel{
		font-size:24px;
		padding-top:30%;
	}
	.owl-carousel{
		margin-top: 126px;
	}
}



/*@media (max-width: 960px){
	.navbar-default .navbar-brand
	{
		font-size: 24px;
	}
	.header-sub-title {
		font-size: 12px;
	}
}*/


/*------------------------------  for extra-small (mobile) screen -------------------------*/

@media (max-width: 767px) {
	.custom-navbar-default {
		padding: 15px 0px;
	}

	.navbar-default .navbar-brand {
		font-size: 30px;
	}

	.owl-carousel {
		margin-top: 80px;
	}

	.owl-carousel .owl-wrapper, .owl-carousel .owl-item:nth-child(1) .item,
	.owl-carousel .owl-wrapper, .owl-carousel .owl-item:nth-child(2) .item,
	.owl-carousel .owl-wrapper, .owl-carousel .owl-item:nth-child(3) .item {
		background-position: center;
	}

	.owl-theme .owl-controls .owl-buttons .owl-prev {
		right: 20%;
	}

	.owl-theme .owl-controls .owl-buttons .owl-next {
		right: 5%;
	}

	.header-title {
		font-size: 45px;
		margin-bottom: 5px;
	}

	.header-sub-title {
		margin-left: 3px;
	}

	.section-content {
		padding: 0% 15%;
	}

	.section-content-title {
		font-size: 45px;
	}

	.section-header {
		padding-top: 0px;
	}

	.pricing-title {
		margin-bottom: 15px;
		font-size: 25px;
	}

	#filter-list li {
		font-size: 14px;
	}

	#menu-pricing .item {
		width: 40%;
	}

	#menu-pricing .item h2 {
		margin: 0px;
		padding: 0px;
		font-size: 27px;
	}

	.menu-price li a:hover .menu-desc span {
		padding: 0px;
		line-height: 20px;
		font-size: 12px;
	}

	.menu-price li a .menu-desc span h3 {
		font-size: 14px;
		margin-bottom: 12px;
	}
	.menu-price li a .menu-desc span {
		font-size: 12px;
		line-height: 20px;
	}

	.section-title {
		font-size: 40px;
  		padding: 18% 10%;
	}

	.contact .section-title {
		padding: 10% 20% 20% 20%;
	}

	.menu {
		text-align: center;
	}

	.half {
		width: 100%;
	}

	.per-head, .price {
		float: none;
	}

	.opening-time {
		margin-top: 25px;
	}

	.contact .section-content {
		padding: 70px 0px;
	}

	.g-map img {
		height: 137px;
	}

	.btn-reservation {
		padding: 10px;
	}
	.monfloat{
		width:100%;
		float:left;
	}
	.sectionTitleCoteCarrousel{
		font-size:30px;
	}
	.owl-carousel{
		margin-top: 76px;
	}
}





.monfloat .section-content{
	padding-top:0%;
	padding-bottom:0%;
}

.tableau-trait{
	border-bottom: 1px solid #42BFDB;
	padding-top: 15px;
	padding-bottom: 3px;
}
.tarifs_desc {
    display: block;
    padding-top: 5px;
}
.service_ita{
	font-style: italic;
}
.vignettes_formule{
	padding-right:10px;
	padding-bottom:10px;
}



a:link, a:visited, a:hover, a:active { outline:none } 

.navbar-fixed-top .navbar-collapse {
    max-height: 380px;
}


@media (max-width: 1150px) {
.navbar-brand {
    width: 180px;
}
@media (max-width: 1120px) {
.navbar-brand {
	margin-top: -5px;
    width: 130px;
}
@media (max-width: 1070px) {
.navbar-brand {
    width: 0px;
}
@media (max-width: 750px) {
.navbar-brand {
    width: 180px;
}