footer {
    position: absolute;
	z-index: 1000
    
}

.titres-slideshow {
    font-size: 4vw;
    color: #fff;
    font-weight: 100;
    
}

.BoutRechAc {
    position: absolute;
    bottom: 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    z-index: 1000;
    text-align: center;
	color: black;
    letter-spacing: 3px;

}

.BoutRechAc a:first-child {
    margin-right: 6px;
}

.BoutRechAc a {
    display: inline-block;
    width: 30%;
    font-size: 22px;
    font-weight: 300;
    padding: 40px;
    transition: all 0.2s linear;
}
.BoutRechAc a:hover {
    color: #fff;
    background: #d1d0b0;
}
.whiteBtn {
    color: #325a66;
    background: #fff;
}
.coulBtn {
    color: #fff;
    background: #325a66;
}
.navbar-fixed-top {
	position: absolute;

	background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,0) 8%, rgba(0,0,0,0.6) 80%)!important;
}
.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;
}
.nav-tabs-moteur>li {
    display: inline-block;
	float: inherit;
}
.moteur {
    background-color: rgba(255,255,255,0);
    padding: 20px!important;
	padding-bottom:10px!important;
    width: 1200px;
	z-index: 11;
	margin-left: auto;
    margin-right: auto;
}
.tabmoteur {
	margin-left: auto;
    margin-right: auto;
    width: 1200px;
	z-index: 11;
}
.form-control {
    border: 0px!important;
    border-bottom: 2px solid #fff!important;
	background-color: transparent;
	color:white;
}
#inputLocalisation {
    background-color: transparent !important;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #fff;
    background-color: transparent;
    /* border-color: #e5e5e5; */
    border: 0px;
	border-bottom: 2px solid #fff!important;
}
.btn-default {
    color: #fff;
    background-color: transparent;
    /* border-color: #e5e5e5; */
    border: 0px;
	border-bottom: 2px solid #fff!important;
}
.carousel, .item, .active {
    position: relative;
    height: 100%;
}
.fill {
    height: 100% !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;}
}
@media screen and (max-width: 414px) and (min-width: 320px){
.BoutRechAc {
    top: 200px;
    transform: scale(0.6);
    display: block;
    width: 100%;
    padding: 20px;
    margin: auto;
    transition: all 0.2s linear;
}
	.BoutRechAc a {
    width: 100%;
}
	}