@font-face {
	font-family: 'entypo';
	src: url('../fonts/controls/entypo.eot');
	src: url('../fonts/controls/entypo.eot?#iefix')
		format('embedded-opentype'), url('../fonts/controls/entypo.woff')
		format('woff'), url('../fonts/controls/entypo.ttf') format('truetype'),
		url('../fonts/controls/entypo.svg#entypo') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* If background-size supported we'll add the images to the background of the li */
.backgroundsize .cbp-bislideshow .cbpitem {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}

/* ...and hide the images */
.cbp-bicontrols span:hover:before {
	opacity: 1;
}

.cbp-bicontrols span:active:before {
	top: 2px;
}

span.cbp-biplay:before {
	content: "\e002";
}

span.cbp-bipause:before {
	content: "\e003";
}

span.cbp-binext:before {
	content: "\e000";
}

span.cbp-biprev:before {
	content: "\e001";
}

.cbp-bicontrols span.cbp-binext {
	float: right;
}

/* Fallback */

/*.no-js.no-backgroundsize .cbp-bislideshow li:first-child {
	opacity: 1;
}

.no-js.backgroundsize .cbp-bislideshow li:first-child img {
	display: block;
}
*/
.carousel .item img {
    /*left: 0 !important;
      -webkit-transition: opacity .4s; /*adjust timing here *
         -moz-transition: opacity .4s;
           -o-transition: opacity .4s;
              transition: opacity .4s;*/
}

.carousel .active.left img,.carousel .active.right img {
	left: 0;
	opacity: 0;
	z-index: -1;
}

.carousel .next,.carousel .prev {
	left: 0;
	opacity: 1;
	z-index: -1;
}

.carousel-inner>.item>img,.carousel-inner>.item>a>img,.carousel-inner>.item2 >img,.carousel-inner>.item2 >a>img{
	line-height: 1;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -10;
}

.carousel-caption {
	position: relative;
	right: 0%;
	left: 0%;
}

.sld-titre {
	height: 85px;
}
.sld-resume{
	height: 30px;
}
.sld-titre , .sld-resume
{
	float: left;
	width: 100%;
	display: block;
	text-align: justify;
}

