



.nav>li>a {
    position: relative;
    display: block;
    color: #000!important;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
	padding-top:0px!important;
	padding-bottom:0px!important;
}

.ContourBiensListe {

    height: 510px;
}

.titres-slideshow {
    font-size: 3vw;
    color: #000;
    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: 2px;

}

.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: #000;
}
.whiteBtn {
    color: #42498B;
    background: #fff;
}
.coulBtn {
    color: #fff;
    background: #42498B;
}
.navbar-fixed-top {
	position: absolute;
	background-color: rgba(0,39,40,0);
}

.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: 1000;
    padding: 40px!important;
    position: absolute;
    bottom: 0px;
background:rgba(0, 0, 0, .2);
    width: 1200px;
}

.criteresmoteur {
    background-color: rgba(255,255,255,0.5);
    padding: 20px!important;
}
.tabmoteur, .moteur {
    animation: 1s ease-out 0s 1 slide;
}
/*.carousel-caption {
    text-shadow: 0 1px 2px rgb(0 0 0 / 0%);
    top: 5%;
    background-image: url(/elements/img/sigle.svg);
    opacity: 0.4;
    background-repeat: no-repeat;
    background-position: center;
	background-size: 40%;
	height: 100%;
}*/
.carousel, .item, .active {
    position: relative;
    height: 100%;
}
@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;}
}

@media screen and (max-width: 414px) and (min-width: 320px){
.BoutRechAc {
    transform: scale(0.6);
	display: block;
    width: 100%;
    padding: 20px;
    margin: auto;
    transition: all 0.2s linear;
}
	.BoutRechAc a {
    width: 100%;
}

	.BoutRechAc a:first-child {
    margin-right: auto;
}
	}