/*
*  Owl Carousel Owl Demo Theme 
* v1.3.3
*/
@import url(https://fonts.googleapis.com/css?family=Oswald:300);

#carousel-accueil{
	/*width: 98%;
	margin-left: 10px;*/
}
#carousel-accueil #carrousel-promotionnel h2{
	
	position: absolute;
    text-transform: uppercase;
    padding: 17px !important;
	margin: 0px !important;
	font-size: 34px;
	line-height:3.5rem;
	font-family: Oswald;
}
#carousel-accueil #carrousel-promotionnel h2.colorBlanche{ color:#FFFFFF;}
#carousel-accueil #carrousel-promotionnel h2.colorNoir{ color:#595959;}


#carrousel-promotionnel{
	width:100%;
	
}
.theme-owl-new .owl-controls{
top: 40px;
right: 8px;
position: absolute;
}

/* Styling Next and Prev buttons */

.theme-owl-new .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.theme-owl-new .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.theme-owl-new .owl-controls .owl-page{
	/*display: inline-block;
	//zoom: 1;
	/*display: inline;/*IE7 life-saver */
}
.theme-owl-new .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=80);/*IE7 fix*/
	opacity: 0.7;
	/*-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;*/
	background: #FFFFFF;
}

.theme-owl-new .owl-controls .owl-page.active span,
.theme-owl-new .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;

}
/*** Animation Bouton ***/
.theme-owl-new .owl-controls .owl-page .owl-numbers {
    border:1px solid #ccc;
	 background-color:#000;
	background: linear-gradient(to left, #FFF 50%, #777676 50%);
    background-size: 200% 100%;
    background-position:right bottom;
    margin-left:10px;
    transition:all 1ms linear;
	
}



/*Animation de bouton active */

.theme-owl-new .owl-controls .owl-page.active .owl-numbers {
	border:1px solid #ccc;
	background-position:left bottom;
	transition:all 5s cubic-bezier(0.05, 0.06, 1, 1);
}


	
	
/* If PaginationNumbers is true */

.theme-owl-new .owl-controls .owl-page span.owl-numbers{
	height: 27px;
	width: 30px;
	color: #000;
	padding: 5px 9px;
	font-size: 16px;
	border:1px solid #A5A4A4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

/* clearfix */
.carousel-owl-new .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.carousel-owl-new{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.carousel-owl-new .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.carousel-owl-new .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.carousel-owl-new .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.carousel-owl-new .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.carousel-owl-new  .owl-wrapper,
.carousel-owl-new  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
    -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

#carrousel-promotionnel .owl-wrapper-outer ul {padding-left:0 !important; margin-bottom:0}
#carrousel-promotionnel .item img{
	display: block;
	width: 100%;
}


/** message **/
.message {
   position: absolute;
   background: #FFF;
   color:#464646;
   z-index: 1000;
   /*font-size: 14px;*/
   font-weight:bold;
   /*font-family:Verdana, Geneva, sans-serif;*/
   width: 250px;
   height: 55px;
   right: 70px;
   padding:2px;
   border: 1px solid #ccc;
   -moz-border-radius:    5px;
   -webkit-border-radius: 5px;
   border-radius:         5px;
   box-shadow: 2px 2px 3px #888;
   display:none;
}
.message:after, .message:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	
}

.message:after {
	border-color: rgba(224, 224, 224, 0);
	border-left-color: #fff;
	border-width: 8px;
	margin-top: -8px;
	
}
.message:before {
	border-color: rgba(252, 255, 254, 0);
	border-left-color: #fff;
	border-width: 8px;
	margin-top: -8px;
	
}
.owl-numbers{
	font-size:18px;
	font-weight:bold;
	text-shadow: 0 0 7px rgba(0,0,0, 0.5);
	}
.owl-buttons{
	/*display:none; */
	}
	
#carrousel-promotionnel .owl-wrapper-outer ul li { 
    list-style-type: none;
    padding: 0;
    margin: 0;
}

/********* Button Play  /  Pause **********/

.carrousel-pause {
	background-image: url(/ressources/images/26x26_pause_slider-dsf.png);
	background-repeat:no-repeat;
	background-position: center;
	width:30px;
	height:30px;
	cursor: pointer;
	position:absolute;
	z-index:10;
	right: 25px;
	top: 10px;
	border-radius: 3px;
	border: 1px solid #A5A4A4;
}
.carrousel-pause:hover,
.carrousel-pause:focus {background-color: #fff}
.play {background-image: url(/ressources/images/26x26_play_slider-dsf.png);}



#carrouselPlay .sr-only{
	position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
	} 
	
/***********************************************************/
/***********************************************************/
#carrousel-promotionnel .owl-controls .owl-page.active .owl-numbers:first-child{
     -webkit-animation-name: example; /*Chrome, Safari, Opera */
     -webkit-animation-duration: 5s; /*Chrome, Safari, Opera */
     animation-name: example;
     animation-duration: 5s;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes example {
    from { background: linear-gradient(to left, #FFF 50%, #777676 50%);
	    background-size: 200% 100%;
	    background-position:right bottom;
	   }
    to {
	 background-position:left bottom;
	 transition:all 5s linear(0.05, 0.06, 1, 1); 
	 }
}

/* Standard syntax */
@keyframes example {
    from { background: linear-gradient(to left, #FFF 50%, #777676 50%);
	    background-size: 200% 100%;
	    background-position:right bottom;
	   }
    to {
	 background-position:left bottom;
	 transition:all 5s linear(0.05, 0.06, 1, 1); 
	 }
}
	
	
