/* yperon bootstrap template general */
html {
  height:100%;
}

body {
    /*
  background-color: gray;
  
  background-image: url("../img/bkgd1.jpg");
  background-repeat:no-repeat; 
  background-attachment:fixed; 
  background-position:center; 
*/
    
    
/*  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;  
  
  width:100%; ???
*/
/*
  background-size: cover; */
  /*padding-top: 20px;*/
/*  padding-bottom: 20px; */
  
  
}

/* start: this make the background image work on ios */
/*
body:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    background: url("../img/bkgd1.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
*/
/* end: this make the background image work on ios */

.logo {
    /* background-color: red; */
}

.contact-top {
  /* background-color: blue; */
}    

@media(max-width: 767px) {
    
  .logo {
    text-align: center;
  }  
/* body {background-image: url("../img/bkgd1_mob.jpg");} */
}


/*
.logo img .default {
	width:100%;
}
*/

#banner-top {
  background-color:#F44336;
  color:#fff;
}

.navbar {
  margin-bottom: 0px; /* space after the navbar */
}


#banner {
  background-color:#aebf90;
  color:#fff;
  /* opacity:.95; */
}
#about {
  /* margin-top:5%; */
  /* margin-bottom:50%;  */
  opacity:0.85;
}
#menu {
  /* background-color:gray; */

  background-image: url("../img/bkgd1.png");
/* Full height */
    /* height: 100%; */

    /* Center and scale the image nicely */
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;  
}

#gallery {
  /* background-color:gray; */
}


.jumbotron-img {
background-image: url("../img/cover.jpg");
/* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

header {
  padding: 100px 0px 100px;
}

/*
 * If you need media specific queries
 * 
@media (min-width: 992px) {
  header {
    padding: 156px 0 100px;
  }
}
*/

.header-img {
background-image: url("../img/cover.jpg");
/* Full height */
    height: 100%; 
    margin-left:5%;
    margin-right:5%;    
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


section {
  padding: 100px 0;
  /* opacity: 0.2; */
}


.marb-35{
    margin-bottom: 35px;
}

.header-h {
    color: #FFB03B;
    font-size: 46px;
    font-family: 'Satisfy', sans-serif;
    font-weight: 300;
}
.header-p {
    color: #9699a6;
    font-size: 16px;
}


ul li.scrollTop {
  float: right;
}




#Container .mix{
    display: none;
}
.menu-restaurant{
    width: 50%;
    float: left;
    padding: 15px;
    position: relative;
}
.menu-restaurant .menu-title {
    float: left;
    font-family: Montserrat,arial;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFB03B;
}
.menu-restaurant .menu-line {
    position: absolute;
    bottom: 6px;
    border-bottom: 1px dotted rgba(0,0,0,.3);
    margin-left: .6rem;
    margin-right: .6rem;
}
.menu-restaurant .menu-price {
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 0;
}
.menu-restaurant .menu-subtitle {
    display: block;
    float: left;
    color: #B1B1B1;
    font-family: Satisfy,'Open Sans',arial;
    font-size: 1.2rem;
}
.menu-restaurant span.clearfix {
    position: relative;
    display: block;
}

.gallery-trigger ul li a.active, .gallery-trigger ul li a:hover {
    background: #FFB03B;
    color: #fff;
    border: 1px solid #FFB03B;
}
.gallery-trigger ul li {
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 40px;
}
.gallery-trigger ul li a {
    padding: 10px 20px;
    font-size: 14px;
    color: #565656;
    border-radius: 0px;
    border: 1px solid #BBBBBB;
    text-decoration: none;
    cursor: pointer;
}

.map-responsive{
    opacity: 1;
    
    overflow:hidden;
    padding-bottom:25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}












/* Gallery A */


.gal-container{
	padding: 20px; 
}
.gal-item{
	overflow: hidden;
	padding: 3px;
}

.gal-item .box{
	height: 200px; /* original size 350px; */ /* works with 100% */
	overflow: hidden;

}
.box img{
	height: 100%;
	width: 100%;
	object-fit:cover;
	-o-object-fit:cover;
}

.gal-item a:focus{
	outline: none;
}
.gal-item a:after{
	content:"\f002";

	/* font-family: 'Glyphicons Halflings'; */
	font-family: 'FontAwesome';
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 3px;
	left: 3px;
	top: 3px;
	bottom: 3px;
	text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
	opacity: 1;
}
.modal-open .gal-container .modal{
	background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
	padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
	outline: none;
}
.modal-open .gal-item button.close span{
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow:none;
}
.gal-container .modal-dialogue{
	width: 80%;
}
.gal-container .description{
	position: relative;
	height: 40px;
	top: -40px;
	padding: 10px 25px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	text-align: left;
}
.gal-container .description h4{
	margin:0px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}
/* with this it doesn't work in bootstrap 4
.gal-container .modal.fade .modal-dialog {

    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

}
*/
.gal-container .modal.fade.in .modal-dialog {

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;

}
@media (min-width: 768px) {
.gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
}
}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:250px;
    }
}
/* Footer Style */
i.red{
    color:#BC0213;
}
.gal-container{
    padding-top :75px;
    padding-bottom:75px;
}
/*
@media(max-width: 767px) {
  .logo {
    text-align: center;
  }  
}
*/
#powered {
	background-image: url(../img/Logo_poweredby_59x22.png);
	float: right;
	height: 22px;
	width: 59px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#powered-fr {
	background-image: url(../img/Logo_poweredby_59x22_fr.jpg);
    height: 22px;
	/* float: right; */
	/* 
     * 
	   width: 59px;
    */
	/* margin-right: 10px; */
	/* margin-bottom: 10px; */
}
    

    
    
    
    

/* start menu section heading(h1) and description (p1) */
.TabbedPanelsContent .h1 {
    font-size: 2em;
    margin-top:2em;
    margin-bottom:0.1em;
    text-align:center;
}    

.TabbedPanelsContent .p1 {
    font-size: 1.3em;
    margin-bottom:2em;
}    

/* end menu section heading(h1) and description (p1) */


.item-holder {
	float: left; /* with prices */
	height: auto;
	width: 100%;
 	border-bottom: 1px solid #663300;
    padding-top:0.2em;
    padding-bottom: 0.1em;    
}
   
   
/* start: for smaller screens */    
.item-holder .h2 {
	font-size: 1em;
}
.item-holder .p2 {
	font-size: 0.75em;
}
/* end: for smaller screens */    


@media (min-width: 768px) {

.item-holder .h2 {
	font-size: 1.5em;
}
.item-holder .p2 {
	font-size: 1.2em;
	font-weight: lighter;    

}

}


/* no price 
.item {
    text-align: center;
	height: auto;
	width: 100%;
    line-height:1.3em;        
}    
.price {
	float: left;
	height: auto;
	width: 20%;
    line-height:1.3em;        
    text-align:right;
}

*/

/* with price(s) */
.item {
	float: left;
	height: auto;
	width: 80%;
}
.price {
	float: left;
	height: auto;
	width: 20%;
    text-align:right;
}


#prices2 .item {
	float: left;
	height: auto;
	width: 60%;
    /*
    padding-right:3px;
    line-height:1.3em;    
    */
}
#prices2 .price {
	float: left;
	height: auto;
	width: 20%;
    /*
    line-height:1.3em;        
    */
    text-align:right;        
}
