

.revGallery-anchor{
  overflow: hidden;
  position: relative;
  display: block;
  float: left;
  box-sizing: border-box;
  
}


.revGallery-anchor:hover .gal-overlay{
  background: rgba(27,27,27, 0);
}

.nak-gallery {
  display: block;
  position: relative;
  margin-top: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.nak-gallery-poster{
    height: auto;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
}

.revGallery-anchor:hover .nak-gallery-poster{
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}

.img-responsive{
  display:none;
}

.button {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px 10px 16px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: black;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  border: none;
  background: white;
}

.button:hover {
  color: #fff;
  background: #34b7a7;
}

.button:active,
.button.is-checked {
  color: #fff;
  background: #34b7a7;
}

/*
.ligne {
  white-space: break-spaces;
  padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 1200px) { 
  #no_display_phone {
    display :none;
  }
}


@media (min-width: 1200px) and (max-width: 1500px) {


  
  .lg-img-wrap {
    width: 65%!important;
    float: left; 
  }  
  
  #informations {
    width: 30%!important;
    float: right;
    background: white;
    box-shadow: 0px 0 30px white;
    margin: 67%;
    margin-top: -25%;
    border-radius: 9%;
    padding-top: 11%;
    padding-bottom: 11%;
    max-height: 79%;
    position: absolute;
}
  img.lg-object.lg-image {
    max-height: 749px;
  }; 
}


@media (min-width: 1501px) and (max-width: 1669px) {

  .lg-img-wrap {
    width: 65%!important;
    float: left; 
  }  
  
  #informations {
    width: 30%!important;
    float: right;
    background: white;
    box-shadow: 0px 0 30px white;
    margin: 67%;
    margin-top: -23%;
    margin-bottom: 16%;
    border-radius: 9%;
    padding-top: 11%;
    padding-bottom: 15%;
    max-height: 79%;
    position: absolute;
}
  img.lg-object.lg-image {
    max-height: 749px;
  }; 
}


@media (min-width: 1670px) {

  .lg-img-wrap {
    width: 65%!important;
    float: left; 
  }  
  
  #informations {
    width: 30%!important;
    float: right;
    background: white;
    box-shadow: 0px 0 30px white;
    margin: 67%;
    margin-top: -20.5%;
    margin-bottom: 16%;
    border-radius: 9%;
    padding-top: 11%;
    padding-bottom: 15%;
    max-height: 79%;
    position: absolute;
}
  img.lg-object.lg-image {
    max-height: 749px;
  }; 

 
}


*/

.fb-info-container {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #333;
  max-width: 350px;
  padding: 15px;
}

.fb-info-header h3 {
  margin: 0 0 10px 0;
  font-weight: 600;
  cursor: pointer;
  color: #2c3e50;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}

.fb-info-content p {
  margin: 5px 0;
  line-height: 1.4;
}

.fb-info-style {
  margin-top: 10px;
}

.fb-info-action {
  margin-top: 15px;
  text-align: center;
}

.fb-info-action .btn {
  padding: 8px 15px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
}


.revGallery-anchor img {
  width: 100%;
  height: auto; /* important : laisse l'image définir sa propre hauteur */
  display: block;
}



/* ==========================================================================
   Pot de miel du formulaire de contact
   Champ leurre : invisible pour un humain, mais present dans le DOM et dans
   l'onglet des bots qui remplissent tous les champs. On le deporte hors
   ecran plutot que display:none, que certains bots savent detecter.
   ========================================================================== */
.champ-site-web {
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
