html,
body {
    background-color: #ffffff;
    font-size: 13px;
    color: #565656;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-family: 'Lato';
    font-weight: 300;
}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}
a,
button,
a span {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
/*==========================================
PRE LOADER 
==========================================*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.loaded {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/preloading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px;
}


.header {
    text-align: center;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header h1 {
    color: orange;
    font-family: "Tangerine";
    font-size: 90px;



.lightbg {
    background-color: #f9f9f9;
}
.transition {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}


}
/*
Section
*/
.section{
    padding-top:50px;
    padding-bottom:50px;
    position: relative;
    overflow: hidden;
    
}
.sections {
    padding-top:100px;
    padding-bottom:100px;
    position: relative;
    overflow: hidden;
   
}



}


.parallax-section {
    max-width: 100%;
    color: #ffffff;
}
section .title-half h2 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
    margin-bottom: 1.4rem;
}
section .subtitle-half h5 {
    font-weight: 100;
    font-size: 17px;
}

.overlay {
    background:rgba(83,160,192, .6);
    width: 100%;
    height:100%;
    min-height:550px;
}
.overlay-fluid-block {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
}
.home-overlay-fluid {
    background-color: rgba(41, 41, 41, 0.68);
    width: 80%;
    margin: auto;
}
.overlay-img {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #ffffff;
}
.no-padding {
    padding: 0 !important;
}
.fluid-blocks-col {
    padding: 70px 40px 0 80px;
}
.fluid-blocks-col-right {
    padding: 70px 80px 0 40px;
}
/*
Separator
*/
.separator {
    height: 1px;
    width: 150px;
    margin: auto;
    background: #f56363;
}


.grand-class{
    font-family: #FDFEFE;
    text-align: center;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*For Our Global Style*/



/*For Menu Style*/

.navbar-default {
    background-color: rgba(48, 48, 48, 0.9);
    border-color:0;
}
.navbar-default .navbar-brand{
    margin-top: -30px;
}
.navbar {
    height:70px;
    margin-bottom:0;
    border:0;
    border-radius:0;
}

.navbar-default .navbar-nav>li>a {
    font-size:14px;
    text-transform:uppercase;
    color:#fff;
    line-height: 55px;
}

.navbar-default .navbar-nav>li>a:hover {
    color:#4bcaff;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: transparent;
    border-top: 3px solid #4bcaff;
}
    

/*For Home Section*/

.home{
  background: url(../images/headerm.jpg) no-repeat top;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  min-height:700px;
  width: 100%;
  overflow: hidden;
}
.home-content{
    color:#fff;
    margin-top:280px;
}
.home-content h1{
    font-size:40px;
    font-family: 'latolight';
}
.home-content h1 span{
    font-family: 'latobold';
    color:#666;
    font-size: 60px;
}
.home-content p{
    margin:30px 0;
}
.available{
    margin-top:50px;
}
.available p{
    font-size:18px;
    font-family: 'latolight';
    font-weight:normal;
}
.home-content .available p a i {
    font-size: 25px;
    background: #191c21;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    text-align: center;
    padding-top: 13px;
    color: #4bcaff;
    margin: 0 10px;
    transition:.3s;
}

.home-content .available p a i:hover {
     color: #fff;
}


/*For Gallery Section*/

.gallery-item h6{
    background:#4b4c4e;
    color:#4bcaff;
    padding:12px 0;
    font-size:15px;
    text-transform:uppercase;
    margin-top:0;
    border-radius:0px 0px 10px 10px;
    -webkit-border-radius:0px 0px 10px 10px;
    -moz-border-radius:0px 0px 10px 10px;
    -ms-border-radius:0px 0px 10px 10px;
}
.gallery img{
    width:100%;
}
.gallery{
    position:relative;
    margin-bottom:10px;
    overflow:hidden;
    border-radius:10px 10px 0px 0px;
    -webkit-border-radius:10px 10px 0px 0px;
    -moz-border-radius:10px 10px 0px 0px;
    -ms-border-radius:10px 10px 0px 0px;
}
.img-overlay{
    background:rgba(83,160,192, .9);
    position:absolute;
    width: 100%;
    height: 79%;
    top: -90%;
    transition:.5s; 
}
.gallery:hover .img-overlay{
    top:0;  
}

.gallery-icon a{
    font-size:15px;
    color:#fff;
    text-transform:uppercase;
    transition:.3s;
}
.gallery-icon:hover a{
    color:#c9c9c9;
}

.gallery-icon{
    position:absolute;
    color:red;
    z-index:1;
    transition:.5s;
    -webkit-transition:.5s;
}
.gallery:hover  .gallery-icon{
    bottom:50%;
    left:35%;
}



/* For Contact Section*/

#contact {
    background: #404041;
}
.divider
{
    width:100px;
    height: 4px;
    background: #4bcaff;
    margin: 0 auto;
}    
.my-contact {
     color: #fff;
     padding-top: 25px;
     text-align: center;

}



#contact-form
{
    font-size: 20px;
    padding: 30px;
    padding-top: 10px;
    text-align: left;
    }
/*---  NEW  ------*/

.form-control
{
    height: 50px;
    font-size: 18px;
    text-align: left;
}
#contact-form input[type=submit]
{
    margin: 40px auto 0px;
    display: block;
}

.comments
{
    font-style: italic;
    font-size: 18px;
    color: #d82c2e;
    height: 25px;
    text-align: left;
}
.contact-form .thank-you
{
    text-align: left;
    margin-top: 15px;
    font-weight: bold;
    font-size: 22px;
}
.button1
{
    border: 1px solid #ddd;
    background: #4bcaff;
    color: #fff;
    width: 100%;        
    font-weight: bold;
    text-transform: uppercase;
    padding: 18px;
    border-radius: 5px;
    transition: all 0.3s ease-in 0s;
}
.button1:hover
{
    background: #333;
    border-color: #ffa500;
}

.divider1 {
    width:100px;
    height: 15px;
    
    margin: 0 auto;
}


.divider2 {
    width:100px;
    height: 4px;
    background: #4bcaff;
    margin: 0 auto;
    margin-top: 20px;

}

#produits {

    font-family: 'lato';
    font-weight: normal;
    font-size:35px;
    color:#FF0000;

}

#propos {
    font-family: 'lato';
    font-weight: normal;
    font-size:35px;
    color:#FF0000;
}

.sous-propos {
    font-family: 'lato';
    font-weight: normal;
    font-size:20px;
    color:#565656;
}



/* For Footer Section*/

.footer-final {
    background-color: #404040;
    padding-top: 85px;
    padding: 25px;
    font-size: 15px;
    color: #fff;
    
}

.final {
    text-align: center;
    font-family: 'Lato';
    font-size: 15px;

}

.end-footer {
    margin-top: 20px;
}

.end-disign {
    font-family: 'Lato';
    font-weight: bold;
    color: #4bcaff;
    font-size: 18px;
}

