body {
	background: #000 none repeat scroll 0 0;
	color: #fff;
	padding: 0;
	margin: 0;
}

#loading {
	width: 100%;
	height: 100%;
	background-color: #e7e292;
	z-index: 9999;
	position: absolute;
	top: 0;
	left: 0;
}

#loading img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#loading p {
	text-align: center;
	font-size : 1.75rem;
	color: #444;
}

.loading {
	width: 360px;
	margin-left: auto;
	margin-right:auto;
	margin-top: 250px;
}

span.visu {
	font-weight: bold;
	font-size: 1.2em;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.off {
	display: none;
}

.on {
	display: block;
}

.strike {
	text-decoration: line-through;
}

section {
	overflow: hidden; /* creation d'un contexte block */
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

a {
	text-decoration: none;
	color: #fff;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #fff;
}

p {
  color: #fff;
}

/* ------- navigation  principale ------- */
#main-nav {
	border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
	margin: 0 auto;
}

#main-nav.affix2 {
    background: transparent none repeat scroll 0 0;
    position: fixed;
	left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
	transition: background .5s ease-in-out, padding .5s ease-in-out;
	border-color: transparent;
}

#main-nav.affix {
    background: #000 none repeat scroll 0 0;
    position: fixed;
    top: 0;
	left: 0;
    width: 100%;
    z-index: 1000;
}

#navbar {
	overflow: hidden;
	text-align: center;
}

ul.nav {
	display: inline-block;
	margin: 0 auto;
	padding: 0;
	list-style-type: none; 
}

ul.nav li {
	float: left;
	margin: 0px;
	padding: 20px 40px;
}

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

ul.nav li a {
	font-size: 0.9em;
	color: #888;
	text-decoration: none; 
	text-transform: uppercase;
}

ul.nav li a:visited {
	color: #888;
}

ul.nav li a:hover {
	color: #FFF;
	text-decoration: underline;
}

/*  ------------------------
			intro
	------------------------ */

section#introduction {
    height: 100vh;
	overflow: hidden;
    /*background-position: center center;*/
	background-position: 0px -200px;
    background-repeat: no-repeat;
    background-size: 100%;
}

section#introduction .titre-container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color: rgba(0, 0, 0, 0.5);
	width: 60%;
	border-radius: 20px;
	z-index: 1000;
}

section#introduction .titre-container2 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	width: 40%;
	border-radius: 20px;
	z-index: 1000;
}

section#introduction h1 {
	color: #c39b41;
	/*text-transform: uppercase;*/
	font-family: 'Tangerine', Serif;
	font-size: 5rem; 
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 90px;
}

section#introduction article {
	color: white;
	font-family: Georgia, Serif;
	font-size: 2rem; 
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

section#introduction h2 {
	font-size: 1.5rem;
	text-transform: none;
	color: white;
}

section#introduction article p {
	font-family: 'Tangerine', Serif;
}

section#introduction h1 span {
	font-size: 3rem; 
}

section#introduction.fond-intro {
	background-image: url("../img/backgrounds/fond-accueil.jpg");
}	

section#introduction footer.info {
	background: #0a0909;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 15px 0 10px;
	color: #FFFFFF;
	text-align: center;
}

section#introduction footer.info h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 1rem;
	color: #c39b41;
}

section#introduction .col {
	float: left;
	position: relative;
	width: 33%;
}

/*  ---------------------------
			about
	--------------------------- */
section#about {
	text-align: center;
	background: url(../img/backgrounds/about-background5.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
}

section#about .container {
	margin: 4%;
	overflow: hidden;
}

section#about .about-inner-box {
	float: right;
    width: 46%;
    background: rgba(237, 232, 225, 0.95) none repeat scroll 0 0;
	padding: 2%;
	margin: 2%;
	/*padding-top: 4%;*/
}

section#about h2 {
    margin-bottom: 30px;
    text-transform: uppercase;
	font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
	font-size: 1.8rem;
	margin-bottom: 10px;
    margin-top: 20px;
	line-height: 1.1;
	color: #0a0909;
}

section#about p {
	margin-bottom: 10px;
	font-size: 1rem;
	line-height: 1.42857;
	color: #0a0909;
	text-align: justify;
	font-family: 'Josefin Sans', sans-serif;
}

section#about p.indent {
	text-indent: 1rem;
}

section#about ul {
	
}

section#about li {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1rem;
	text-align: left;
	color: #0a0909;
}

#equipement {
	display: block;
	text-align: left;
}	

#equip {
	display: inline-block;
}

#lien-details {
	display: inline-block;
	margin-left: 3rem;
	background-color: #DDD;
	padding-left: 5px;
	padding-right: 5px;
}

#details {
	background-color: #DDD;
	padding: 5px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#details li {
	list-style-type: circle;
	margin-left: 2rem;
	margin-right: 2rem;
}

#lien-details a {
	color: #000;
}

/*  ---------------------------
			photos
	--------------------------- */

@media (min-width: 1200px) {
  #photos .titre {
    float: left;
    width: 100%;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 0px;
    text-align: center;
	color: #0a0909;
  }
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

#photos {
	background: #e5e5df;
	padding-bottom: 50px;
	padding-top: 50px;
	height: 100vh; /* comme le contenu est plus petit que la hauteur dispo, permet d'ajuster la page avec la hauteur d'ecran sinon on commence à voir la page suivante en bas */
}

#photos h3 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1rem;
	font-style: italic;
	color: #0a0909;
	text-align: center;
}

#photos .specials-items {
	/*margin: -8px;*/
	/*
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
	/* parent of float element must be set to float to avoid height of 0 here */
	float: left;
	width: 100%;
	text-align: center;
}

#photos .single-item {
    display: inline-block;
    /*float: left;*/
    padding: 10px;
    width: 21%;
	color : #0c0c0c;
}

.caption {
	background: rgba(217, 212, 205, 0.95);
	margin: 0;
	padding: 0;
	font-family: 'Josefin Sans', sans-serif;
}

#photos .single-item:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.specials-image {
    background: #ddb355 none repeat scroll 0 0;
    overflow: hidden;
    position: relative;
    width: auto;
	margin: 0px;
}

#photos .specials-image img {
	max-width: inherit;
	width: 100%;
	-webkit-transition: all .45s ease-out;
	transition: all .45s ease-out;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

/*  ---------------------------
			Tarifs
	--------------------------- */

section#tarifs {
	text-align: center;
	/*background: url(../img/backgrounds/tarifs-background.jpg);*/
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100vh;
	overflow: hidden;
	color: #0a0909;
	border-bottom: solid 1px #0a0909;
}

section#tarifs .container {
	margin-top: 50px;
	margin-bottom: 50px;
}

section#tarifs .wrap-avoir {
	overflow: hidden;
	text-align: center;
}

#tarifs h2 {
	color: #EEE;
}

#tarifs-container {
	padding-top: 20px;
	width: 85%;
	display: inline-block;
	background : #DDD;
	vertical-align: top;
	margin-left:auto;
	margin-right: auto;
	text-align: center;
}

#tarifs-container h3 a{
	color: #Bc2c2c;
	text-decoration: underline;
}

#tarifs-container h3 a:hover{
	color: #9c2c2c;
	text-decoration: underline;
}

#tarifs-container ul {
	display: inline-block;
}

#tarifs-container span.red {
	color: red;
}

section#tarifs li {
	text-align: left;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.2rem;
	margin-top: 1rem;
}

section#tarifs p {
	color: #0c0c0c;	
}


/*  ---------------------------
			à voir
	--------------------------- */

section#avoir {
	text-align: center;
	background: url(../img/backgrounds/avoir-background.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	/*height: 1024px;*/
	overflow: hidden;
	color: #0a0909;
	border-bottom: solid 1px #0a0909;
}

section#avoir .container {
	margin-top: 50px;
	margin-bottom: 50px;
}

section#avoir .wrap-avoir {
	overflow: hidden;
	text-align: center;
}

section#avoir .wrap-avoir a{
	color: #0c0c0c;
}

section#avoir h3 {
	font-family : "georgia";
    padding-bottom: 5px;
    text-align: center;
    /*text-transform: uppercase;*/
}

section#avoir h3 span {
	text-decoration: underline;
}

section#avoir .menu-list {
    margin: 0 0 50px;
	/*overflow: hidden;*/
}

section#avoir .menu-list-item h5 {
    float: left;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 5px;
    max-width: 80%;
    padding-right: 5px;
    text-transform: uppercase;
    vertical-align: bottom;
}

section#avoir .menu-list-item {
    clear: both;
    display: block;
    text-align: left;
}

#afaire-avoir , #liens-avoir {
	padding-top: 20px;
	width: 46%;
	display: inline-block;
	background : #DDD;
	vertical-align: top;
	min-height: 22rem; /* pour aligner la div en bas */
}

#afaire-avoir p, #liens-avoir p {
	font-family: 'Josefin Sans', sans-serif;
	margin-left: 40px;
	margin-right: 40px;
	text-align: center;
	color: #0a0909;
}

#afaire-avoir img, #liens-avoir img {
	width: 150px;
}

.liste {
	display: none;
}

section h2 {
    margin-bottom: 0px;
    text-transform: uppercase;
	color: #0a0909;
	text-align: center;
	margin-bottom: 10px;
}

.pull-right {
    float: right;
	width: 50%;
	min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

section#contact {
    background: #f8f8f8 none repeat scroll 0 0;
    text-align: center;
	color: #0a0909;
	overflow: hidden;
}

section#contact p {
	color: #0a0909;
}
	
section#contact .row {
	overflow: hidden;
	margin-top: 50px;
}

section#contact .row2 {
	float: left;
}

section#contact .formu {
	overflow: hidden;
	width: 100%;
	min-height: 1px;
    position: relative;
}

section#contact form {
    /*margin-top: 30px;*/
	overflow: hidden;
}

section#contact .ligne {
	float: left;
	width: 100%;
}

section#contact .col50 {
	float: left;
	min-height: 1px;
    /*
	padding-left: 15px;
    padding-right: 15px;
	*/
    position: relative;
	width: 50%;
}

section#contact .w100 {
	width: 100%;
}

.form-group {
    margin-bottom: 10px;
	width: 46%;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.form-require {
    margin-bottom: 10px;
	width: 100%;
	float: left;
	margin-left: 10px;
	margin-right: 20px;
}

.form-label {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

label {
    display: inline-block;
    font-weight: bold;
    max-width: 100%;
}

section#contact .form-control {
    background-color: transparent;
    background-image: none;
    border: 2px solid #0a0909;
    border-radius: 0;
    box-shadow: none;
    color: #555;
    display: block;
    font-size: 14px;
    height: 36px;
    line-height: 1.42857;
    padding: 0px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 93%;
}

section#contact textarea.form-control {
	height: 87px;
}

.text-right {
    text-align: center;
	width: 100%;
}

.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.secu {
	float: none; 
	position: static;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.secu p {
	color: #0a0909;
}

.secu img {
	vertical-align: bottom;
	margin-right: 5px;
}

.ghost-darkblue {
    letter-spacing: 1px;
    margin: 0 auto;
	background-color: transparent;
    border: 2px solid #0a0909;
    border-radius: 0;
    color: #0a0909;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
}

#map-container {
	background-image: url("../img/sandama-map.png");
	background-position: center -10vh;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 38vh;
}

#map-container img{
	margin-left: auto;
	margin-right: auto;
	height: 30vh;
}

#google-container {
    background-color: #e7eaf0;
    height: 300px;
    position: relative;
    width: 100%;
}

section#reservation-info h3 {
    color: #c39b41;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

section#reservation-info {
    background: #0a0909 none repeat scroll 0 0;
    color: #f2eee8;
    padding: 15px 0 10px;
    text-align: center;
}

.resa-info {
    width: 33.3333%;
	float: left;
}

.hamburger{
  background:none;
  position:absolute;
  top:3px;
  left:0;
  line-height:45px;
  padding:5px 15px 0px 15px;
  color:#999;
  border:0;
  font-size:1.4em;
  font-weight:bold;
  cursor:pointer;
  outline:none;
  z-index:15;
}

.cross{
  background:none;
  position:absolute;
  top:3px;
  left:0;
  padding:7px 15px 0px 15px;
  color:#999;
  border:0;
  font-size:3em;
  line-height:65px;
  font-weight:bold;
  cursor:pointer;
  outline:none;
  z-index:15;
}

.menu{
	z-index:1000;
	font-weight:bold;
	font-size:0.8em;
	width:100%;
	background:#f1f1f1;
	position:fixed;
	left: 0;
	top: 60px;
	text-align:center;
	font-size:12px;
}
.menu ul {margin: 0; padding: 0; list-style-type: none; list-style-image: none;}
.menu li {display: block;   padding:15px 0 15px 0; border-bottom:#dddddd 1px solid;}
.menu li:hover{display: block;    background:#ffffff; padding:15px 0 15px 0; border-bottom:#dddddd 1px solid;}
.menu ul li a { text-decoration:none;  margin: 0px; color:#666;}
.menu ul li a:hover {  color: #666; text-decoration:none;}
.menu a{text-decoration:none; color:#666;}
.menu a:hover{text-decoration:none; color:#666;}

@media screen and (max-width: 1280px) {
  
  section#contact .col50 {
	float: none; 
	position: static;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
  }
  
  .form-group, .form-require {
	float: none;  
	position: static;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
  }
  
  section#introduction {
	background-position: 0px 60px;  
  }
    
}

@media screen and (max-width: 1280px) {
	section#introduction .titre-container2 {
		width: 50%;
	}
}

@media screen and (max-width: 900px) {
  
  ul.nav li {
	padding: 20px 20px;
  }
  
  section#introduction .titre-container {
	width: 90%;
	margin-top: 0px;
  }
  
  section#introduction h1{
	font-size: 3rem;
  }
  
  section#introduction footer.info h3 {
	font-size: 0.9em;
  }
  
  section#introduction article {
	font-size: 1.5rem;
  }
	
  section#introduction article h2 {
	font-size: 1rem;
  }
  
}

.smartphone {
  display: none;
  margin-left: auto;
  margin-right: auto;  
  width: 80%;
  color: #c39b41;
  font-family: 'Tangerine', Serif;
  font-size: 3em;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

@media screen and (max-width: 660px) {
  
  ul.nav {
	display: none;
  }
  
  section .titre-container {
	background-color: transparent;
	width: 85%;
  }
  
  .hamburger {
	display: block;
  }
  
  section#introduction footer.info h3 {
	font-size: 0.8em;
  }
  
  section#introduction .titre-container2 {
	width: 75%;
  }
  
  section#introduction h1 {
	margin-left: auto;
	margin-right: auto;  
	width: 90%;
	color: #c39b41;
	font-family: 'Tangerine', Serif;
	font-size: 2rem;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	text-align: center;  
  }
  
  section#introduction h1 span{
	 display: inline;
	 font-size: 1.5rem;
  }
  
  section#introduction p {
	padding: 0;
	margin-top: 5px;
	margin-bottom:5px;
  }
  
  section#introduction article {
	margin-top: 0px;
  }
  
  section#introduction article span{
	display: block;
  }
  
  section#introduction article h2 {
	font-size: 0.8rem;
  }
  
  section#about h2 {
	font-size: 1.3rem;  
  }
  
  .smartphone {
	display: block;  
	font-size: 2.5em;
  }
  
  section#about .about-inner-box {
	padding: 20px;  
	width: 80%;
  }
  
  .resa-info {
    width: 100%;
    float: none;
  }
  
  #photos {
	height: auto;  
  }
  
  #photos .single-item {
	width: 80%;  
  }
  
  .specials-image {
	width: auto;
  }
  
  #photos .specials-items {
	float: none;
  }
  
  #afaire-avoir, #liens-avoir {
	width: 80%;  
  }
  
  .cr {
	display: block;
  }
  
  .underlined {
	text-decoration: underline;
  }
}

@media screen and (max-width: 490px) {
  
  section#introduction .col {
	float: left;
	position: relative;
	width: 100%;
  }
  
  .smartphone {
	font-size: 2.0em; 
	margin-top: 14px;
  }
  
}

@media screen and (max-width: 360px) {
  
  .smartphone {
	font-size: 2.0em; 
	margin-top: 14px;
  }
  
}

@media screen and (max-height: 800px) {
	
	section#about {
	  height : auto;	
	}
	
	section#about .container {
	  margin-top: 20px;
	  margin-bottom: 20px;
	}
}
/*
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	section#about, #section.menu {
		height: 768px;
	}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	section#about, #section.menu {
		height: 1024px;
	}
}
/* iphone5 */

/*@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
	section#about, #section.menu {
		height: 320px;
	}
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
	section#about, #section.menu {
		height: 568px;
	}
}
/* iPhone 4 */
/*
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
	section#about, #section.menu {
		height: 320px;
	}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
	section#about, #section.menu {
		height: 480px;
	}
}
*/

 