.carousel {
    margin-top: 120px;
}
.carousel-caption {
background: white;
	bottom:30px;
	opacity: 0.8;
	text-shadow: 0 1px 2px rgba(0,0,0,0);
	padding-bottom: 20px;
	font-weight: 400;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.fill {
    width: 100% !important;
    height: 650px !important;
    background-position: center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    -o-background-size: cover !important;
}
.moteur {
    background-color: rgba(255,255,255,0.5);
    padding: 20px!important;
	padding-bottom:10px!important;
    position: absolute; /* postulat de départ */
  	top: 590px; left: 50%; /* à 50%/50% du parent référent */
  	transform: translate(-50%, -50%); /* décalage de 50% de sa propre taille */
    width: 1200px;
	z-index: 11;
}
.tabmoteur {
    position: absolute;
    top: 540px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1200px;
	z-index: 11;
}
.nav-tabs-moteur>li.active>a, .nav-tabs-moteur>li.active>a:hover, .nav-tabs-moteur>li.active>a:focus {
    color: #fff !important;
    cursor: default;
    background-color: rgba(255,255,255,0.5)!important;
    border-top: 0px solid #006647!important;
    border-bottom-color: transparent;
    border: 0px solid #ecf0f1;
}
.nav-tabs-moteur>li>a {
    margin-right: 0px;
    border: 0px solid transparent;
    border-radius: 0px;
    border-top: 0px solid #A5CEBE;
    background-color: rgba(255,255,255,0.9);
    font-size: 14px;
    font-weight: 300;
    padding: 20px 10px;
    line-height: 35px;
    margin-bottom: 10px;
    padding-left: 20px!important;
    padding-right: 20px!important;
}
@media screen and (max-width: 1024px) {
	.tabmoteur { top: 538px;width: 1024px;}
	.moteur {width: 1024px;}
	.btn-default {width: 140px!important;}
	}
	@media screen and (max-width: 1023px) {
	.tabmoteur { top: 263px;width: 80%;}
	.moteur {top:420px;width: 80%;}
	.btn-default {width: 140px!important;}
	.carousel-caption {display: none;}
	.carousel-fade .carousel-control {display: none;}
}