





.ContourBiensListe {

    height: 510px;
}

.titres-slideshow {
    font-size: 1.5vw;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

.BoutRechAc {

    width: 100%;
    padding-bottom: 30px;
    z-index: 1000;
	color: white;
	background-color: rgba(0,0,0,00);
	font-size: 24px;

}


.BoutRechAc a {
    display: inline-block;
    width: 15%;
    font-size: 16px;
    font-weight: 300;
    padding: 10px;
    transition: all 0.2s linear;
	border-radius:5px;
}
.BoutRechAc a:hover {
    color: #F37021;
    background: #fff;
}
.whiteBtn {
    color: #fff;
    background: #F37021;
}
.whiteBtn a:hover{
    color: #2e3147;
    background: #2e3147;
}
.coulBtn {
    color: #fff;
    background: #F37021;
}
.BoutRechAc hr{
    border-top: 1px solid #fff;
	margin-top: 15px;
    margin-bottom: 15px;
}
.carousel, .item, .active {
    position: relative;
    height: 100%;
}
.fill {
    width: 100% !important;
    height: 100% !important;
    background-position: bottom !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    -o-background-size: cover !important;
}
.moteur {
    background-color: white;
	padding:20px!important;
    position: absolute; /* postulat de départ */
  	top: 450px; left: 50%; /* à 50%/50% du parent référent */
  	transform: translate(-50%, -50%); /* décalage de 50% de sa propre taille */
    width:fit-content ;
	z-index: 11;
}

.nav-tabs-moteur>li.active>a, .nav-tabs-moteur>li.active>a:hover, .nav-tabs-moteur>li.active>a:focus {
    cursor: pointer;
    background-color: transparent!important;
    border-top: 0px solid #006647!important;
    border-bottom-color: transparent;
    border: 0px solid #ecf0f1;
	color:#ED462F;
    font-weight: 400;
}

.nav-tabs-moteur>li>a {

    background-color: rgba(255,255,255,0);
    color:black;
}
.carousel-caption {

	text-align: left;
	left:16%;
	top: 30%;
}
/*.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:380px;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%;
}
	

	}