/*
 *  GENERAL
 */

.cover{
    object-fit: cover;
}
a.small-btn:hover{
    -webkit-box-shadow: 0 3px 0 #3b2e01 !important;
    box-shadow: 0 3px 0 #3b2e01 !important;
    -moz-box-shadow: 0 3px 0 #3b2e01 !important;
    -o-box-shadow: 0 3px 0 #3b2e01 !important;
    background-color: #004df6 !important;
}

.flex-control-paging li a{
    border: 2px solid #003399;
}


/*
 *  Banner
 */
.banner{
    background: url(../images/general/banniere.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}


/*
 *  Services
 */

.nav-tabs li{
    width: 50% !important;
}
.feature-list2 li{
    padding: 30px 0px;
}

.nav-tabs li a h2, .nav-tabs li a .h2{
    padding-top: 10px;
}

.maintenance li{
    padding: 15px 0px;
}
.experience{
    max-width: none !important;
    text-align: justify !important;
    margin: 0 !important;
}
.semi-white .title-section{
    background-color: #f9fafb !important;
}
/*
 *  POMPE MOTEUR HYDRAULIQUE
 */

.nav-prod{
    padding: 5px 0 0 0;
}
.nav-prod li{
    list-style: none;
    padding: 5px 0;
}
.nav-prod a{
    text-decoration: none;
    color: #428bca;
}
.nav-prod a:hover{
    text-decoration: none;
    color: #82c5ff;
}

.project-sidebar ul.project-photos li img{
    width: 115px !important;
}

/*
 *  Composants
 */
.other ul.project-photos li img{
    width: 175px !important;
    height: 171px;
    object-fit: cover;
}
.composant-list div{
    margin-bottom: 10px;
    color: #6d6d6d;
}

/*
 *  Verin
 */
.verin-list div{
    color: #6d6d6d;
}

/*
 *  Embout
 */
.embout-list div{
    margin-bottom:10px;
    color: #6d6d6d;
}


/*
 *  Footer
 */

.footer-nav-widget ul{
    padding: 0;
}
.footer-nav-widget li{
    margin-bottom:5px;
}
.footer-nav-widget a{
    text-decoration: none;
    color: #c7c6dd;
}
.footer-nav-widget a:hover{
    text-decoration: none;
    color: #fff;
}
footer .up-footer .flickr-widget ul li{
    margin-right: 5px !important;
}
/*
 *  REALISATIONS
 */

.return-top{
    color: #fff;
    margin-right: 0.5em;
    transition: color 0.5s;
}
.return-top:hover{
    color: #c9c9c9;
}


/*** Responsive *****/
@media (min-width:1024px) and (max-width:1199px){
.navbar-nav > li > a{padding: 23px 10px!important;}
}

@media (min-width:768px) and (max-width:1023px){
	.nav > li > a {
    padding: 25px 7px 22px!important;
		font-size:13px!important;
	}
	.navbar-brand {
    max-width: 250px;
    padding: 15px;
	}

}

@media (max-width:767px){
	.navbar-default .navbar-brand {
    max-width: 220px;
	}
	.slider2 {margin-top:70px;}
	
	.navbar-default .navbar-collapse, .navbar-default .navbar-form{background:#fff;}
}









