/* common Section */



#about , #portfolio {

    background: #fff;
}


.navbar-brand  img {
   width: 150px;
   height: 50px;
}


.navbar-produits {

  background-color: rgba(0, 0, 0, 0.65);
}


h2 {

    font-weight: bold;
}


#menu.navbar-default {
    background-color: rgba(0, 0, 0, 0.65);

}
#menu.navbar-default .navbar-nav > li > a:hover {
    color: #0066CC;
}

.navbar-brand {
   padding: 0;
}

.btn-custom {
    margin-right: 20px;
}

 .btn {
     border-radius: 10px;
}
 
.btn-custom , .btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
    color: #fff;
    background-color: #0066CC;
border-top: 4px solid #0066CC;
}

hr , #services i.fa  {
    background: #0066CC;

}

 i.fa-bullhorn  {
  font-size:20em;
display: block;
   color: #0066CC;
text-align: center;
}

#services h4 ,#about .about-text h3 {
    color: #0066CC;

}
 .intro span {
    color: #fff;
    font-size: 22px;
}
.btn-custom2 {
    text-transform: uppercase;
    color: #fff;
    background: none;
    padding: 14px 20px;
    margin: 0;
    font-size: 15px;
    margin-top: 20px;
    transition: all 0.3s;
    border: 1px solid #fff;


}

a.btn:hover , a.btn:focus {
    color: #fff;

}

div.langue {
    float: right ;
  padding-left: 20px;
    padding-top: 10px;

}

div.langue img {
    width: 50px;
    height: 25px;

}


#contact .form-control {
    border-radius: 10px;
        font-size: 1.2em;
        color: #888;
}

p {
    font-size: 1.2em;
}

/**********  header  ***************/

.intro {
    display: block;
background: url(../img/intro-bg2.jpg) no-repeat center top;
background-size: cover;
}

header .intro-text {
    padding-top:220px;
    padding-bottom: 170px;
    padding-left: 0;
}

.intro h1 {
    color: rgba(255,255,255,0.9);
    font-size: 42px;
    font-weight: bold;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 0;
}

.intro .overlay {
    background: -moz-linear-gradient(top, rgba(27,113,214,0.5) 0%, rgba(0, 102, 204, 0.34) 100%);
    background: -webkit-linear-gradient(top, rgba(27,113,214,0.5) 0%,rgba(0, 102, 204, 0.34) 100%);
    background: linear-gradient(to bottom, rgba(27,113,214,0.5) 0%, rgba(0, 102, 204, 0.34) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#801b71d6', endColorstr='#80179A33', GradientType=0 );
}
.intro p {
    margin: 0;
line-height: 1.2;
}

.intro p.numero {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin: 0;

}

/**********  body  ***************/



#about {
    padding: 70px 0;
    background: #f6f6f6;
}


#about p {
   margin: 0; 
    line-height: 1.1em;
    font-size: 2.8em;
 
}

#about h2 {
 
    color: #06c;
}

#achievements .col-md-3 {
    width: 33%;
}


#achievements {
    background: url(../img/map-image.png) no-repeat center bottom fixed;
    background-color: #0066CC;
    padding: 50px 0;

}


.vide {
	clear: both;
}


#portfolio h3 {
    margin-bottom: 0;
font-size: 30px;

}


/***************************/





#testimonial .item p {
    margin: 30px 0;
    font-size: 18px;
}



#contact .section-title {
    margin-bottom: 20px;
}

#coordonnes {

	text-align: left;
}

#coordonnes h3 {
	 color: #179A33;
font-size: 1em;
margin: 10px 0;

}

#about, #services , #achievements .overlay, #contact {
    padding: 40px 0;
}

/**********  contact  ***************/

#contact {

background: #F6F6F6;

}

.section-title p {
    font-size: 1.2em;
    color: #888;
}

/**********  footer  ***************/

#footer {
    background: #000000;
    color:#fff;
}

#footer a {
    color: #fff;
}




/***************  Responsive css *****************/


/* Begin breakpoint: mobile */

@media all and (max-width: 45em) {

    header .intro-text {
        padding-top: 120px;
        padding-bottom: 20px;
        padding-left: 15px;
    }

    .intro span {
        font-weight: bold;
    }

    .section-title {
        margin-bottom: 20px;
    }

#about p {
   
    font-size: 2em;
}

.intro h1 {
  
    font-size: 32px;
}


}


/* Begin breakpoint: tabletisolate */

@media all and (min-width: 45.0625em) and (max-width: 60em) {

   header .intro-text {
        padding-top: 120px;
        padding-bottom: 20px;
        padding-left: 15px;
    }

    .intro span {
        font-weight: bold;
    }

    .section-title {
        margin-bottom: 20px;
    }

}










