/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 30 mai 2022, 13:43:48
    Author     : Jean Christophe VIARD * pixad
*/
body {
  font-family: "Poppins";
  font-size: 15px;
}

/* tooltips */
.tippy-tooltip.custom-theme {
  font-size: 12px;
  font-weight: 400;
  font-family: "Poppins";
  background-color: #242424;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

/*Mask */
.mask-visuel-logo {
  mask-image: url(../img/mask_visuel_logo.svg);
  -webkit-mask-image: url(../img/mask_visuel_logo.svg);
  mask-image: url(../img/mask_visuel_logo.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: 100vmin;
  mask-repeat: no-repeat;
  mask-position: center;
}

.site-content {
  min-height: calc(100vh - 258px);
}
@media(max-width:500px){
    .site-content {  min-height: auto; }
}


#header ul.menu {
  list-style-type: none;
  padding: 0;
  margin: 0px;
  position: relative;
  top: 76px;
  font-weight: 400;
}
#header ul.menu li {
  display: inline;
  margin: 0px;
  color: #FFF;
}
#header ul.menu li a {
  color: #FFF;
  text-decoration: none;
  transition: all 1s;
  padding: 27px 8px;
}
#header ul.menu li a:hover {
  color: #2d2d2d;
  font-weight: 400;
  background-color: #c9a377;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.2);
}
#header ul.menu li a:hover i {
  color: #816e4e;
  font-weight: 400;
}
#header div.preheader {
  position: absolute;
  top: 12px;
}
#header div.preheader .col-md-12 {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
#header div.preheader .col-md-12 a {
  color: #af9e85;
  font-size: 14px;
  padding: 0 12px;
}
#header div.preheader .col-md-12 #dropdownLangueSite {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#header div.preheader .col-md-12 #dropdownLangueSite #FlagLangueSite {
  margin: 0 12px;
}
#header div.preheader .col-md-12 ul.dropdown-menu > li > a {
  display: flex !important;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
#header div.preheader .col-md-12 ul.dropdown-menu > li > a img {
  margin-right: 15px;
}

#SliderHIntro .HomeBtnActionScrollH {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

#scrolldownEffect {
  position: fixed;
  left: 60px;
  bottom: 1.02vh;
  height: 123px;
  z-index: 12000;
  mix-blend-mode: difference;
}
#scrolldownEffect p {
  font-size: 1rem;
  font-weight: 400;
  color: #CECECE;
  letter-spacing: 0.1em;
  transform-origin: 6px center;
  transform: rotate(-90deg);
}
#scrolldownEffect img {
  position: absolute;
}
#scrolldownEffect img:nth-child(2) {
  left: 3px;
  opacity: 0;
}
#scrolldownEffect img:nth-child(3) {
  left: 3px;
  top: 38px;
  opacity: 0;
}
#scrolldownEffect img:nth-child(4) {
  left: 3px;
  top: 50px;
  opacity: 0;
}
#scrolldownEffect img:nth-child(5) {
  top: 65px;
  opacity: 0;
}

@media (max-width: 480px) {
  #scrolldownEffect {
    display: none;
  }

  #SliderHIntro .HomeBtnActionScrollH {
    flex-direction: column;
  }
  #SliderHIntro .HomeBtnActionScrollH a {
    margin-bottom: 15px;
    width: 100%;
    display: block;
  }
}
#PageReservation {
  min-height: calc(100vh - 152px);
}

#footer #FirstContent {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}

@media(max-width:480px){
    #footer #FirstContent {flex-direction: column;}
    #footer #FirstContent div:first-child { display: flex; flex-direction: column; justify-content: center; align-items: center; }
    #footer .fpart-first img { margin-left: 0px;}
    
}

/*# sourceMappingURL=ljc.css.map */

 
/* BLOCK GALLERY FICHE PRODUIT */
#BlockGallery {margin: 50px 0; display: flex; flex-direction: row; width: 100%; justify-content: center; align-items: center; background-color: #fff; height: auto; max-height: 450px;}
#BlockGallery .col-left{display: flex; flex-direction: row; width: 50%; justify-content: center; align-items: center;}
#BlockGallery .col-left a {position: relative; transition: .5s ease; display: block; overflow: hidden; height: calc(100% - 16px); padding: 8px; background-color: #FFF; height: 100%; width: 100%; position: relative;}
#BlockGallery .col-left a img {width: 100%; position: relative; transition: .5s ease; }

#BlockGallery .col-right{display: flex; flex-direction: row; width: 50%; justify-content: center; align-items: center; flex-wrap: wrap;}
#BlockGallery .col-right a {position: relative; transition: .5s ease; display: block; overflow: hidden; width: calc((100% / 2) - 8px); padding: 8px; background-color: #FFF;}
#BlockGallery .col-right a img {width: 100%; position: relative; transition: .5s ease; }

#BlockGallery a {min-height: 200px;}
#BlockGallery a .fa {
    display: none;
    position: absolute;
    left: 50%;
    margin: auto;
    text-align: center;
    top: 50%;
    font-size: 20px;
    color: #fff;
    transform: translate(-50%,-50%);
}

#BlockGallery a .fa {
    font-size: 30px;
}
#BlockGallery a:hover .fa {display: block;}
#BlockGallery a:hover img { opacity: .4; transform: scale(1.15,1.15);  -webkit-transition: .5s ease; -moz-transition: .5s ease; transition: .5s ease;}
#BlockGallery .overlay-gallery { position: absolute; top: 4px; left: 4px; width: calc(100% - 8px); height: calc(100% - 8px); text-align: center; background-color: rgb(80 46 43 / 85%);cursor: pointer; -webkit-transition: .5s ease;   -moz-transition: .5s ease;    transition: .5s ease;    z-index: 1;}
#BlockGallery .overlay-gallery span {font-size:4rem; color: #FFF;  position: absolute; top: 41%; left:38%;  z-index: 2;  }

@media(max-width:580px){
    #BlockGallery {margin: 50px 0; display: flex; flex-direction: column; width: 100%; max-height: auto!important;}
    #BlockGallery a { width: 100%;}
    #BlockGallery .col-left, #BlockGallery .col-right { width:100%;}
}
    
    
