.fill {
    width: 100% !important;
    height: 750px !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;
}
@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-fade .carousel-control {display: none;}
}