/* CSS Document */
#carousel {
	position:relative;
	background-color:#FFF;
	padding: 30px 0;
}

.owl-carousel {
    position: relative;
    width:100%;
    z-index: 1;
	margin: 0 auto;
}

.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 {
    display: inline-block;
    min-height: 1px;
    position: relative;

}

.owl-carousel .owl-item img {
    display: block;
    /*transform-style: preserve-3d;
    width: 105px;
	height: 120px;*/
}


.owl-carousel .owl-dots, .owl-carousel .owl-nav {
    line-height: 1;
    text-align: center;
}


.owl-prev {
	color: transparent;
	cursor:pointer;
	height: 30px;
	width: 30px;
	transform: rotate(45deg);
	position: absolute;
	border-style: solid;
    border-left-width: 1px;
    border-bottom-width: 1px;
	border-color: #c6c8ca;
	}
.owl-next {
	color: transparent;
	cursor:pointer;
	height: 30px;
	width: 30px;
	transform: rotate(45deg);
	position: absolute;
	border-style: solid;
    border-right-width: 1px;
    border-top-width: 1px;
	border-color: #c6c8ca;
	}


/** ENCART ACTUALITE **/
.actualite.accueil .centre {
  
}
.actualite.accueil .owl-carousel {
    width:80%;
}
.actualite.accueil .owl-prev {
	top:50%;
	margin-top: -15px;
	left: -50px;
	}
.actualite.accueil .owl-next {
	top:50%;
	margin-top: -15px;
	right: -50px;
	}
.actu-seule .owl-prev, .actu-seule .owl-next,.owl-prev.disabled,.owl-next.disabled {
	display: none;
	}
@media screen and (max-width: 550px) {
.actualite.accueil .owl-carousel {
    width:80%;
}
.actualite.accueil .owl-prev {

	}
.actualite.accueil .owl-next {

	}
.actualite.accueil .owl-carousel a{
    margin: 0 30px;
}
	}	
/** ENCART TEMOIGNAGE **/
.temoignage .owl-carousel {
	width:100%;
	}
.temoignage  .owl-prev {
	top:70px;
	left: -70px;
	}
.temoignage  .owl-next {
	top:70px;
	right: -70px;
	}
.temoignage .owl-item img.portrait {
	width:auto;
	float:left;
	margin-right:10px;
	}
/** ENCART FORMATION**/
.catalogue.accueil .owl-carousel {
    width:100%;

}
.catalogue.accueil .owl-prev, .catalogue.fiche .owl-prev  {
	top:50%;
	margin-top: -10px;
	left: -20px;
	height: 20px;
	width: 20px;
	}
.catalogue.accueil .owl-next,.catalogue.fiche .owl-next {
	top:50%;
	margin-top: -10px;
	right: -20px;
	height: 20px;
	width: 20px;
	}
/** ENCART EMPLOI **/
.emploi.accueil .owl-carousel {
    width:100%;

}
.emploi.accueil .owl-prev {
	top:50%;
	margin-top: -10px;
	left: -4px;
	height: 20px;
	width: 20px;
	}
.emploi.accueil .owl-next {
	top:50%;
	margin-top: -10px;
	right: -4px;
	height: 20px;
	width: 20px;
	}
	
@media screen and (max-width: 440px) {
.catalogue.accueil .owl-prev {
	left: 10px;
	}
.catalogue.accueil .owl-next {
	right: 10px;
	}
	
	}