/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header.header-fixed {
  background: #5a7797;
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  /*background: url(../images/general/general001.jpg) top center;*/
  background: url(../images/general/general002.jpg) top center;
  background-size: cover;
  position: relative;
}



/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 40px 0;
  padding: 0;
}

p {
  vertical-align: bottom;
}

/*--------------------------------------------------------------
# Images
--------------------------------------------------------------*/

img.titre {
vertical-align:super;
	}
	
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/	
/* villa-description Section (based on services section in original css)
--------------------------------*/
#villa-description {
  background: #fff;
  background-size: cover;
  padding: 80px 0 60px 0;
}

#villa-description .box {
  padding: 50px 20px;
  margin-bottom: 50px;
  text-align: left;
  height: 300px;
  position: relative;
  background: #fafafa;
  border: 1px solid #5a7797;
}

#villa-description .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  border: 6px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 72px;
  height: 72px;
  background: #5a7797;
}

#villa-description .icon a {
  display: inline-block;
}

#villa-description .icon i {
  color: #fff;
  font-size: 24px;
}

#villa-description .box:hover .icon {
  background: #fff;
  border: 2px solid #5a7797;
}

#villa-description .box:hover .icon i {
  color: #5a7797;
}

#villa-description .box:hover .icon a {
  color: #5a7797;
}

#villa-description .title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  text-align: center;  
  text-transform: uppercase;
}

#villa-description .title a {
  color: #111;
}

#villa-description .description {
  font-size: 14px;
  line-height: 24px;
}

/* Portfolio 
---------------*/

#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
  background: #5a7797;
}

#portfolio .portfolio-item .details {
  background: #5a7797;
}


/* Photo gallery bootsnipp 
---------------------------*/
body {
  background-color:#1d1d1d !important;
  font-family: "Asap", sans-serif;
  color:#989898;
  margin:10px;
  font-size:16px;
}

#demo {
  height:100%;
  position:relative;
  overflow:hidden;
}


.green{
  background-color:#6fb936;
}
        .thumb{
            margin-bottom: 30px;
        }
        
        .page-top{
            margin-top:85px;
        }

   
img.zoom {
    width: 100%;
    height: 100% /*200px*/;
    border-radius:5px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
        
 
.transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
    .modal-header {
   
     border-bottom: none;
}
    .modal-title {
        color:#000;
    }
    .modal-footer{
      display:none;  
    }
/* End of Photo Gallery bootsnipp */

/* CONTACTS */
#contact {
  background: #fff;
  padding: 80px 0 40px 0;
}

#contact .info {
  color: #5a7797;
}

#contact .info i {
  color: #5a7797;
}

/* ABOUT */
#about .about-container .icon-box {
  border: 1px solid #5a7797;
    padding: 10px 0 10px 0;
}

#about .about-container .icon-box .icon {
  border: 1px solid #5a7797;
}  

#about .about-container .icon-box .icon i {
  color: #5a7797;
}
#about .about-container .icon-box .title a {
  color: #5a7797;
}
