/*======================================
//--//-->   STYLES GENERALES
======================================*/
@font-face {
  font-family:"Calibril";
  src: url("../font/calibril.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
  font-family: 'FuturaLight';
  src: url('../fonts/futurastd-light-webfont.eot'), /* IE9 Compat Modes */
      url('../fonts/futurastd-light-webfont.ttf')  format('truetype');
  
}

html {
	background:#505D6E ; 
	min-height:100%;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
          background-size: cover;
          position:fixed;
          width: 100%;
          height: 100%;
          overflow: hidden;
          
}

  
body {
  font-family: FuturaLight ,  Arial, sans-serif;
	background:transparent;
	min-height:100%; 	
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
	line-height: 1.5em;
	font-size:14px;
	
	color:#fff;
	color:rgba(255,255,255,.8); 
  font-weight: normal;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #e0e0e0;
}

h2, .h2 {
  font-size: 40px;
}
.subtitle-pos{
  font-size: 20px;
}

a {
  color: #FFF ;
  transition: all 0.5s ease-in-out;
}

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

a:hover, a:active , a:link { 
  color:#fff; 
  text-decoration: none; 
}


/********************************************************/
/*             Sections -  classes   générales          */
/********************************************************/

.menu_slide_horitzontal_thumbails, .menu_slide_horitzontal_thumbails .frame {
  height: 300px!important;
  line-height: 50px;
  overflow: hidden;
  text-shadow: none;
  text-align: -webkit-center;
}
.section { 
	z-index: 1;
width: 100%; 
	overflow:auto;
	height:100%;
	padding-top:100px;
	padding-bottom:50px; 
	display:none;
	top:0;
} 
@media (min-width: 768px) {
	.section { padding-top:160px;}
}

.display-table {
  width: 100%;
  height: 100%;
  display: table;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.Fcenter
{
    text-align: -webkit-center;
}

.FVAlign{
	height:100%;
	align-items: center;
    display: inline-flex;
}

.mainmenu { 
	position: fixed; 
}

/*======================================
//--//-->   Preloader
======================================*/

#preload { 
  display: block;
  padding:0;
  margin:0;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background:transparent;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #2588b2;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*======================================
//--//-->   NAVBAR CLASSES GENERIQUE
======================================*/

.navbar-b {
  transition: all .5s ease-in-out;
  background-color: transparent;
  /*padding-top: 1.563rem;
  padding-bottom: 1.563rem;*/
}

.navbar-b.navbar-reduce {
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

.navbar-b.navbar-trans .nav-item,
.navbar-b.navbar-reduce .nav-item {
  position: relative;
  padding-right: 10px;
  padding-left: 0;
}

.navbar-b.navbar-trans .nav-link,
.navbar-b.navbar-reduce .nav-link {
  color: #dddddd;
  
 
}

.navbar-b.navbar-trans .nav-link:before,
.navbar-b.navbar-reduce .nav-link:before {
  content: '';
  position: absolute;
  margin-left: 0px;
  width: 0%;
  bottom: 0;
  left: 0;
  height: 2px;
  transition: all 500ms ease;
}

.navbar-b.navbar-trans .nav-link:hover,
.navbar-b.navbar-reduce .nav-link:hover {
  color: #1B1B1B;
}

.navbar-b.navbar-trans .nav-link:hover:before,
.navbar-b.navbar-reduce .nav-link:hover:before {
  width: 35px;
}

.navbar-b.navbar-trans .show > .nav-link:before,
.navbar-b.navbar-trans .active > .nav-link:before,
.navbar-b.navbar-trans .nav-link.show:before,
.navbar-b.navbar-trans .nav-link.active:before,
.navbar-b.navbar-reduce .show > .nav-link:before,
.navbar-b.navbar-reduce .active > .nav-link:before,
.navbar-b.navbar-reduce .nav-link.show:before,
.navbar-b.navbar-reduce .nav-link.active:before {
  width: 35px;
}

.navbar-b.navbar-trans .nav-link:before {
  background-color: #fff;
}

.navbar-b.navbar-trans .nav-link:hover {
  color: rgb(58, 172, 222);
}

.navbar-b.navbar-trans .show > .nav-link,
.navbar-b.navbar-trans .active > .nav-link,
.navbar-b.navbar-trans .nav-link.show,
.navbar-b.navbar-trans .nav-link.active {
  color: rgb(58, 172, 222);
}

.navbar-b.navbar-reduce {
  transition: all .5s ease-in-out;
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-b.navbar-reduce .nav-link {
  color: #2588b2;
}

.navbar-b.navbar-reduce .nav-link:before {
  background-color: #2588b2;
}

.navbar-b.navbar-reduce .nav-link:hover {
  color: #2588b2;
}

.navbar-b.navbar-reduce .show > .nav-link,
.navbar-b.navbar-reduce .active > .nav-link,
.navbar-b.navbar-reduce .nav-link.show,
.navbar-b.navbar-reduce .nav-link.active {
  color: #2588b2;
}

.navbar-b.navbar-reduce .navbar-brand {
  color: #2588b2;
}

.navbar-b.navbar-reduce .navbar-toggler span {
  background-color: #2588b2
}

.navbar-b .navbar-brand {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
}

.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu,
.navbar-b .dropdown.show .dropdown-menu,
.navbar-b .dropdown-btn.show .dropdown-menu {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  visibility: visible !important;
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;

}

.navbar-b .dropdown-menu {
  margin: 1.12rem 0 0;
  border-radius: 0;
}

.navbar-b .dropdown-menu .dropdown-item {
  padding: .7rem 1.7rem;
  transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item:hover {
  background-color: #2588b2;
  color: #fff;
  transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item.active {
  background-color: #2588b2;
}

/*--/ Hamburger Navbar /--*/

.navbar-toggler {
  position: relative;
  padding: 1.35rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    float:right;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

.navbar-toggler span {
  display: block;
  background-color: #fff;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 0;
  opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  transition: -webkit-transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 20px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}

.navbar-collapse {
  box-shadow: none;
  position: relative;
    top: -4px;
    z-index: 9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}

/*======================================
//--//-->   INTRO
======================================*/

.intro {
  height: 100vh;
  position: relative;
  color: #fff;
  z-index:9;
}

.intro .intro-content {
  text-align: center;
  position: absolute;
  max-height: calc(100% - 0px);
  position: fixed;
}

 .overlay-pos {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed!important;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  
  z-index: 2;
 
}

.overlay-loading {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  
  /* max-height: calc(100% - 50px); */
}

.overlay-welcome {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  
  /* max-height: calc(100% - 50px); */
}
.overlay-hotel {
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.intro .intro-loading {
  text-align: center;
  position: absolute;
  /* max-height: calc(100% - 50px); */
  position: fixed;
}
.intro .intro-title {
  color: #ddd;
  font-weight: 600;
  font-size: 3rem;
}

.intro .intro-subtitle {
  font-size: 1.5rem;
  font-weight: 300;
}

.intro .text-slider-items {
  display: none;
}

.intro-single {
  height: 350px;
}

.intro-single .intro-content {
  margin-top: 30px;
}

.intro-single .intro-title {
  text-transform: uppercase;
  font-size: 3rem;
}

.intro-single .breadcrumb {
  background-color: transparent;
  color: #2588b2;
}

.intro-single .breadcrumb .breadcrumb-item:before {
  color: #cde1f8;
}

.intro-single .breadcrumb .breadcrumb-item.active {
  color: #cde1f8;
}

.intro-single .breadcrumb a {
  color: #fff;
}


.navbar-collapse {
  max-height: 500px;
  
}
/*======================================
//--//-->   PORTFOLIO
======================================*/

.box-pos-list {
  margin-bottom: 0.8rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: none;
}



.work-img {
  display: block;
  overflow: hidden;
}

.work-img img {
  transition: all 1s;
 
}

.pos-list-img{
  transition: all 1s;
  width: 110px;
    border-radius: 3px;
}
.pos-list-content {
  padding: 2rem 3% 1rem 4%;
}

.pos-list-content .allergen {
  color: #4e4e4e;
  font-size: 1.2rem;
}

.pos-list-content .allergen .allergen-list {
  color: #2588b2;
}

.pos-list-content .w-like {
  font-size: 2.5rem;
  color: #2588b2;
  float: right;
}

.pos-list-content .w-like a {
  color: #2588b2;
}

.pos-list-content .w-like .num-like {
  font-size: .7rem;
}

.pos-list-title {
  font-size: 4rem;
  color: #2588b2;
}
.pos-list-subtitle {
  font-size: 3rem;
  color: #fff;
  line-height: 1.5em;
}
.pos-list-price {
  font-size: 3rem;
  color: #fff;
  line-height: 1.5em;
}


.box-miniature {
  height: 400px;
  display: inline-grid;
  padding: 0;
  align-items: end;

}
.pos-miniature-content
{
  margin: 0;
}

.box-pos-miniature-detail{
  width: 100%;
  height: 50px;
  background: rgba(0,0,0,0.7);
  padding: 5px;
}


/*======================================
//--//-->   FOOTER
======================================*/






