@import url('https://fonts.googleapis.com/css?family=Luckiest+Guy');
#intro {
  background: url("../img/bglang3.jpg") no-repeat center center;
  background-size: cover;
}

.top-nav-collapse {
  background-color: rgba(240,240,240,0.8) !important;
}

.navbar:not(.top-nav-collapse) {
  background: rgba(240,240,240,0.5) !important;
}

@media (max-width: 768px) {
  .navbar:not(.top-nav-collapse) {
    background: rgba(240,240,240,0.5) !important;
  }
}

#intro .h6 {
  font-weight: 300;
  line-height: 1.7;
}

.hm-gradient .full-bg-img {
  background: rgba(82, 67, 201, 0.5);
  background: linear-gradient(75deg, rgba(0, 250, 10, 0.1), rgba(250, 250, 250, 0.1) 100%);
}

@media (max-width: 450px) {
  .margins {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}

#pricing .lead {
  opacity: 0.7;
}

#pricing .card-image {
  background: url("../img/architecture.jpg") no-repeat center center;
}

#pricing ul li {
  font-size: 1.1em;
}
.bg-img{
    background: url("../img/lens.jpg") no-repeat center center;
    background-size:cover;
    /*background: linear-gradient(45deg, rgba(69, 250, 217, 0.3), rgba(250, 250, 250, 0.5) 100%);*/
}
.bg-img2{
    background: url("../img/entretien.jpg") no-repeat center center;
    background-size:cover;
}
.bg-img3{
    background: url("../img/img3.jpg") no-repeat center center;
    background-size:cover;
}
.bg-img4{
    background: url("../img/img4.jpg") no-repeat center center;
    background-size:cover;
}
.bg-img5{
    background: url("../img/lens.jpg") no-repeat center center;
    background-size:cover;
}
.bg-img6{
    background: url("../img/security.jpg") no-repeat center center;
    background-size:cover;
}
.bg7{
    background: url("../img/b2.jpg") no-repeat center center;
    background-size:cover;
}

textarea.md-textarea:focus:not([readonly]) + label {
     color: #00C851;
}
textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #00C851;
    box-shadow: 0 1px 0 0 #00C851;
}
input.form-control:focus:not([readonly]) + label {
     color: #00C851;
}
input.form-control:focus:not([readonly]) {
    border-bottom: 1px solid #00C851;
    box-shadow: 0 1px 0 0 #00C851;
}
#map {
        height: 400px;
        width: 100%;
       }
.myoverlay{
    background: rgba(10,10,10,0.3) !important;
    -webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	height:100%;
}
.myoverlay:hover{
    background: rgba(10,10,10,0.8) !important;
    -webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.myoverlay:hover p{
    visibility:visible !important;
}
p{
    text-align:left;
}
.h6 h5:hover{
    transform: scale(1.1);
}

/* Centered text */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}
.centered p{
    background: -webkit-linear-gradient(#ffb300, #e65100 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.container2 {
    position: relative;
    text-align: center;
    color: #26a69a ;
    font-family: 'Lobster', cursive;
    font-size:26px;

}
    .item h4{
        text-align:center;
    }
@media (max-width: 767px) {
    .container2 {
        position: relative;
        text-align: center;
        color: #26a69a ;
        font-family: 'Luckiest Guy', cursive;
        font-size:12px;

    }
}
@media (max-width: 767px) {
    .hide{
       visibility: hidden !important;
       color:red;
    }
    .item h4{
        font-size:8px;
    }

}
/*#services{
    background: url("../img/bgwaves2.jpg") no-repeat center center;
    background-size:cover;
}*/