/* CSS Document */
#carousel {
	position:relative;
	/*background-color:#FFF;*/
	padding: 15px 30px;
}

.owl-carousel {
    position: relative;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage-outer {
    overflow: hidden;
    position: relative;
    transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-stage::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.owl-carousel .owl-stage {
    position: relative;
}

.owl-carousel .owl-item {
    float: left;
    min-height: 1px;
    position: relative;
}

.owl-carousel .owl-item img {
    display: block;
    /*transform-style: preserve-3d;*/
    width: auto;
	height: auto;
}
.owl-carousel .owl-item a span{
	display: none;
	}
.fiche.defil .owl-carousel .owl-item a {
	border: 1px solid #65b8c1;
	box-sizing: border-box;
	display:block;
	}
.fiche.defil .owl-carousel .owl-item a img{
	box-sizing: border-box;
	}
.fiche.defil .owl-carousel .owl-item a span{
	position: relative;
	width: 100%;
	color: #231f20;
	font-family: 'Work Sans', sans-serif;
	font-size: 1.28em;
	font-weight: 300;
	padding: 8px 0 0 0;
	text-align:left;
	}
/*.owl-carousel .owl-item a:hover span{
	background-color: rgba(255, 255, 255, 0.8);
	display:block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	color: #231f20;
	font-family: 'Work Sans', sans-serif;
	font-size: 1.87em;
	font-weight: 300;
	padding: 40% 10px 0 10px;
	line-height: 30px;
	text-align:center;
	}*/

/*.fiche.defil .owl-carousel .owl-item a:hover span{
	background-color: inherit;
	display:block;
	position: relative;
	top: inherit;
	left: inherit;
	width: 100%;
	height: inherit;
	color: #231f20;
	font-family: 'Work Sans', sans-serif;
	font-size: 1.28em;
	font-weight: 500;
	padding: 8px 0 0 0;
	line-height: inherit;
	text-align:left;
	}*/
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: none;
}
.owl-carousel .owl-dots, .owl-carousel .owl-nav {
    line-height: 1;
    text-align: center;
}

#encart_tracteur, #encart_piece {
	position: relative;
	display: block;
	width: 100%;
	padding: 0 50px;
	}

.owl-prev, .owl-next {
	color: transparent;
	width: 20px;
	height: 20px;
	display: block;
	position:absolute;
	top: 50%;
	margin-top: -10px;
	transform:rotate(45deg);

}


.owl-prev {
	/*background-image:url(https://www.sapl-sas.com/images/fleche_gauche_carousel.png);*/
	border-bottom: 1px solid #c2c4c6;
	border-left: 1px solid #c2c4c6;
	left: -30px;
	}
.owl-next {
	/*background-image:url(https://www.sapl-sas.com/images/fleche_droite_carousel.png);*/
	border-top: 1px solid #c2c4c6;
	border-right: 1px solid #c2c4c6;
	right: -30px;
	}

@media screen and (max-width: 400px) {
/*.owl-prev {
	left: 0px;
	}
.owl-next {
	right: 0px;
	}*/

	}
.texte.accueil.produit .owl-prev {
	border-bottom: 6px solid #b3b9bb;
	border-left: 6px solid #b3b9bb;
	left: -30px;
	}
.texte.accueil.produit  .owl-next {
	border-top: 6px solid #b3b9bb;
	border-right: 6px solid #b3b9bb;
	right: -30px;
	}