.carousel, .item, .active {
    position: relative;
    height: 100%;
}

.fill {
    width: 100% !important;
    height: 100% !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 {
    z-index: 1;
    padding: 40px!important;
    position: absolute;
    bottom: 300px;
    background: rgba(0, 0, 0, 0)!important;
    width: 1200px;
	box-shadow: 0 10px 16px 0 rgba(0,0,0,0), 0 6px 10px 0 rgba(0,0,0,0) !important;
}

.tabmoteur {
	display:inherit;
	margin-bottom: 10px;
}

.nav-tabs-moteur>li {
    float: inherit;
}

#myTab{
    text-align: center;
}

@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;}
}

.btn-danger {
    color: #fff;
    background-color: #C40F2E;
    border-color: #C40F2E;
}
.btn-danger:hover {
    color: #fff;
    background-color: #161d67;
    border-color: #161d67;
}