.ContourBiensListe {

    height: 510px;
}

.titres-slideshow {
    font-size: 4vw;
    color: #fff;
    font-weight: 100;
	font-family: fairplay;
    
}

.BoutRechAc {
    position: relative;
    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 {
    display: inline-block;
    width: 30%;
    font-size: 18px;
    font-weight: 300;
    padding: 30px;
    transition: all 0.2s linear;
}
.BoutRechAc a:hover {
    color: #2e3147;
    background: #c9c1b6;
}
.whiteBtn {
    color: #2e3147;
    background: #c9c1b6;
}
.whiteBtn a:hover{
    color: #2e3147;
    background: #2e3147;
}
.coulBtn {
    color: #fff;
    background: #2e3147;
}
.BoutRechAc hr{
    border-top: 1px solid #fff;
	margin-top: 15px;
    margin-bottom: 15px;
}

.fill {
    width: 100% !important;
    height: 700px !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;
}

.carousel-caption {
    top: 33%;
}
/*.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 a {
    width: 100%;
}
	

	}