

  /*=======================================
              Galerie
  ========================================*/            


  galerie {
      width: 100%;
  }

  .galerie ul{
      /* list-style: none; */
      float: left;
      margin: 0 0 2% 0;
      padding: 0;
  }
  .galerie ul li{
      /* display: inline-block; */
      /* margin: 0; */
      /* padding: 0; */
      /* float: left; */
  }

  .listCat {
    max-width: 737px;
    width: 100%;
    margin: 0 auto 2%!important;
    float: inherit!important;
    clear: both;
    text-align: center;
  }

  .listCat li{
      display: inline-block;
      margin: 0 0 5px 0;
      padding: 0;
      /* float: left; */
  }

  .galerie a {
      clear:both;
      margin-bottom: 0;
      color: #2e393d;
      font-size: 18px;
      display: inline-block;

      text-decoration: none;
      margin: 0 5px;
      font-weight: normal;
      border: 2px solid #cbbfa7;

      
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 1px;

  }

  .galerie .current{
      color: #ffffff;
      border: 2px solid #2e393d;
      background-color: #2e393d;
  }

  .galerie ul a {
           background-color: #cbbfa7;
                     -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    border-radius:5px;
    width: 340px;
          padding: 5px 5px;
  }

  .galerie ul a:hover {
      color: #ffffff;
      border: 2px solid #2e393d;
      background-color: #2e393d;
  }
  .galerie-container {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto 3%;
      background-color: rgb(46, 57, 61);
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      padding: 1% 2%;
      border-radius: 5px;
      box-shadow: 0px 0px 10px #232323cc;
  }

  .galerie-container hr {
      background: url(../web-images/points.png) center bottom repeat-x;
      clear: both;
      background-size: 36px;
      height: 48px;
      border: 0!important;
      width: 57%;
      margin-left: 18%;
      margin: 1% auto;
      background-repeat: no-repeat;
      opacity: 0.5;
  }


   .listimg {
      width: 28%;
      float: left;
      padding: 23px 1% 0 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
  }

   .listimg a:first-child {
      width: 100%;
      float: left;
      padding: 0 0 1% 0;
  }

  .listimg h3 {
    color: #cbbfa7;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    clear: both;
    float: left;
    font-size: 17px;
  }

  .galerie-container a {
      text-decoration:none;
      /* float:left; */
      width: 23%;
      margin: 0;
      border: 0;
      padding: 0;
  }

   .boxvi {
      padding: 0 0 2% 1%;
      float: right;
      margin-top: 0;
      width: 72%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
  }


   .boxvi h2 {
     clear: both;
     color: #ffffff;
     text-transform: uppercase;
     margin-bottom: 0;
     letter-spacing: 2px;
     font-size: 33px;
     font-family: 'Raleway', sans-serif;
     font-weight: 400!important;
   }



   .boxvi h3 {
     clear: both;
     font-weight: normal;
     color: #cbbfa7;
     text-transform: uppercase;
     margin-top: 0;
     font-size: 18px;
   }


   .boxvi p {
        font-size: 17px;
        text-align: justify;
        line-height: 24px;
        color: #fffcfc;
  }

.plaquette a {
  background-color: #cbbfa7;
  font-size: 14px;
  padding: 6px 10px;
  width: inherit;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  border-radius: 3px;
  color: #2e393d;
  letter-spacing: 0;
}



.plaquette a:hover {
  background-color: #898989;
  font-size: 14px;
  padding: 6px 10px;
  width: inherit;
  /* color: #FFF; */
}

  .galerie-container a img {
      width:100%;
      float:left;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      line-height: 22px;
      border: 1px solid #cbbfa7;
      border-radius: 5px;
  }



  /**** Isotope Animating ****/
  /**** Isotope Filtering ****/

  .isotope-item {
    z-index: 2;
  }

  .isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
  }

  /**** Isotope CSS3 transitions ****/

  .isotope,
  .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
       -moz-transition-duration: 0.8s;
        -ms-transition-duration: 0.8s;
         -o-transition-duration: 0.8s;
            transition-duration: 0.8s;
  }

  .isotope {
    -webkit-transition-property: height, width;
       -moz-transition-property: height, width;
        -ms-transition-property: height, width;
         -o-transition-property: height, width;
            transition-property: height, width;
  }

  .isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
       -moz-transition-property:    -moz-transform, opacity;
        -ms-transition-property:     -ms-transform, opacity;
         -o-transition-property:      -o-transform, opacity;
            transition-property:         transform, opacity;
  }

  /**** disabling Isotope CSS3 transitions ****/

  .isotope.no-transition,
  .isotope.no-transition .isotope-item,
  .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
       -moz-transition-duration: 0s;
        -ms-transition-duration: 0s;
         -o-transition-duration: 0s;
            transition-duration: 0s;
  }

  /* End: Recommended Isotope styles */



  /* disable CSS transitions for containers with infinite scrolling*/
  .isotope.infinite-scrolling {
    -webkit-transition: none;
       -moz-transition: none;
        -ms-transition: none;
         -o-transition: none;
            transition: none;
  }
