body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  background: url('../img/bg2.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

h1, h2, h3, h4, h5, h6, .text-heading {
  font-family: 'Bad Script', cursive;
}

h1 {
	font-size: 4rem;
}
h4 {
	font-size: 1.2rem;
}
h3{
	text-transform: capitalize;
	font-weight:bold;
	font-size: 20px;
}
ul.menu-items{
	padding-left: 0;
}
.carte .col-lg-6{
	margin-bottom:25px;
}
h3.panel-title{
	background:#eee;
	-webkit-box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.22);
	-moz-box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.22);
	box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.22);
	padding:10px 15px;
}
.panel-title a{color:#589aa6;}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  float:right;
  vertical-align: middle;
  border-top: 10px dashed;
  border-top: 10px solid\9;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
	margin-top:15px;
}
span.prix{
	float:right;
	color:#589aa6;
	font-weight:bold;
}
span.prix small{display:none;}

span.remove{
	margin-left:10px;
}
span.remove a{
	color:#fff;
  font-weight: bold;
}
.prix-total{
  font-weight: bold;
}

.well-sm{
  height:25px;
  display:block;
}

.menu-items li{
	font-family: 'Bad Script', cursive;
	font-size:20px;
	margin-bottom:20px;
	list-style: none;
}
.menu-items li::before{
	content: '<';
	font-weight: bold;
	color:#589aa6;
	float:left;
	margin-right:10px;
}
.menu-items li small{
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 13px;
}
.tagline-upper {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  /*background-color: rgba(255, 255, 255, 0.85);*/
  background: url('../img/bg-pattern.jpg') repeat center center;
}

.tagline-lower {
  font-size: 4.5rem;
  font-family: 'Amatic SC', cursive;
  line-height: 1.5;
  color:#589aa6;
}

.text-expanded {
  letter-spacing: 2px;
}

.text-shadow {
  text-shadow: 1px 1px 2px rgba(250, 250, 250, 0.5);
}

.text-lg {
  font-size: 1.25rem;
}

.bg-faded {
  /*background-color: rgba(255, 255, 255, 0.8);*/
  background: url('../img/bg-pattern.jpg') repeat center center;
}

.bg-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}

hr.divider {
  border-color: #292b2c;
  max-width: 250px;
}
.divider-full{width:100%;}

.map-container iframe {
  pointer-events: none;
}

.map-container iframe.clicked {
  pointer-events: auto;
}

i.glyphicon-open-file{
	content:"\e116";
}
