/**
 * =============================================================
 * RAXO All-mode PRO J3.x - Template CSS
 * -------------------------------------------------------------
 * @package		RAXO All-mode PRO
 * @subpackage	All-mode Slider Template
 * @copyright	Copyright (C) 2009-2015 RAXO Group
 * @license		RAXO Commercial License
 * 				This file is forbidden for redistribution
 * @link		http://www.raxo.org
 * =============================================================
 */


/* ----- RESET Styles ----- */
.allmode-slider-com [class^="allmode-"],
.allmode-slider-com img,
.allmode-slider-com a {
    margin: 0;
    padding: 0;
    background: transparent none;
    border: 0 none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    outline: 0;
    color: #000 !important;

}
	.allmode-slider-com a:hover {
		background: transparent none;
		color:#959596!important;
	}


/* ----- MODULE BLOCK Styles ----- */
.allmode-slider-com {
    position: relative;
    overflow: hidden;
background-color: #B6CCB1;
    padding-top: 14px;
    border-radius: 25px 0px 0px 25px;
    -moz-box-shadow: -3px 6px 5px #848484;
    -webkit-box-shadow: -2px 6px 5px #848484;
    box-shadow: -3px 6px 5px inherit#848484;
    border-top: 1px solid #d8cbcb;
    margin-left: 7px;
	padding-bottom: 14px;
}

.allmode-slider-com .allmode-name {													/* BLOCK NAME Text */
	position: relative; z-index: 100;
	float: left;
	font: normal 16px/24px "Arial", "Helvetica", sans-serif;
	color: #333333;
	margin: 0 0 -2px !important; padding: 8px 8px 4px 2px !important;
	border-bottom: 2px solid transparent;
}
	.allmode-slider-com .allmode-name,
	.allmode-slider-com .allmode-name a {color: #333333;}

.allmode-slider-com .allmode-showall {												/* SHOW ALL Text */
	margin-top: 16px;
	font: normal 12px/20px "Arial", "Helvetica", sans-serif;
	color: #9a9a9a;
	text-align: center;
	border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;
}
	.allmode-slider-com .allmode-showall a {
		display: block;
		padding: 6px 32px;
		color: #9a9a9a;
	}

.allmode-slider-com .allmode-itemsbox {												/* Items DIV */
	padding-top: 0px;
	clear: both;

}
.allmode-slider-com .allmode-item {													/* Item DIV */
	position: relative;
	height: 100%;
	font: normal 12px/20px "Helvetica", "Arial", sans-serif;
	color: #9a9a9a;
	max-width: 300px;
	border-right: 1px solid grey;
}


/* ----- IMAGE Styles ----- */
.allmode-slider-com .allmode-img {													/* Item IMAGE */

	overflow: hidden;
}
	.allmode-slider-com .allmode-img img {
		display: block;
		width: 100%; height: auto;
		border-radius: 2px;
			   -webkit-transition: all 0.3s ease-out; /*compatibilité chrome*/
   -moz-transition: all 0.3s ease-out; /*compatibilité firefox*/
   -o-transition: all 0.3s ease-out; /*compatibilité opéra*/
   transition: all 0.3s ease-out; /* Autre navigateur */
	}
	.allmode-slider-com .allmode-img:hover img {
   opacity: 0.6; /*  CSS3  */
   filter(opacity=60);  /*  Pour IE  */
	}


/* ----- DETAILS Styles ----- */
.allmode-slider-com .allmode-details {
	position: absolute;
	left: 0; right: 0; bottom: 0;
	padding: 26px 5% 0;
	min-height: 48px;
	font-weight: bold; line-height: 16px;
	color: #ffffff;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAwCAQAAACRDWMJAAAAOUlEQVR4AWM0ZmJgYPkPIhjALDQuM1yMBczFJP4hJFgQBEIClcsC14ZuFEKMsBJUp2FyMX3ECOUCALyULEbdkIFsAAAAAElFTkSuQmCC") repeat-x 0 100%;
	/*background: url(shadow.png) repeat-x 0 100%;*/
	border-radius: 0 0 3px 3px;
}
.allmode-slider-com .allmode-details span,
.allmode-slider-com .allmode-author {
	padding-left: 0px;

	/*background-image: url(icons.png);*/
	background-repeat: no-repeat;
	background-size: 16px 80px;
}
	.allmode-slider-com .allmode-details span + span {margin-left: 12px;}

	.allmode-slider-com .allmode-hits {												/* Items HITS */
		background-position: 0 0;
	}
	.allmode-slider-com .allmode-rating {											/* Items RATING */
		background-position: 0 -20px;
	}
	.allmode-slider-com .allmode-comments {											/* Items COMMENTS */
		background-position: 0 -40px;
	}


/* ----- CONTENT Styles ----- */
.allmode-slider-com .allmode-content {
	padding: 0px;
max-width: 175px;
}

.allmode-slider-com .allmode-corpstexte {

color: #C9C9C9;

z-index: 3;
padding-left: 5px;
padding-right: 5px;

max-height: 130px;
display: inline-block;
overflow: hidden;
text-align: left;
position: relative;

}





.allmode-slider-com .allmode-info {													/* Item DATE & CATEGORY */
	font-size: 12px;
	/*text-transform: uppercase;*/
}
	.allmode-slider-com .allmode-info span:first-child {margin-right: 0px;}
	.allmode-slider-com .allmode-info a:hover {color: #9a9a9a;}

.allmode-slider-com .allmode-title {												/* Item TITLE */
font-size: 14px;
font-weight: bold;
line-height: 20px;
text-transform: none;
}

	.allmode-slider-com .allmode-title + div {margin-top: 0px;}

.allmode-slider-com .allmode-text {													/* Item TEXT */
padding-top: 4px;
font: 18px "calibri",Arial,sans-serif;
line-height: 22px;
color: #C9C9C9;
}

.allmode-slider-com .allmode-title a {
color: #8f0808;
}

.allmode-slider-com .allmode-title a:hover {
color: black;
}


.allmode-slider-com .allmode-author {												/* Item AUTHOR */
	margin-top: 0px;
	background-position: 0 -60px;
}

.allmode-slider-com .allmode-readmore {												/* Item READ MORE */
	margin-top: 20px;
	height: 32px;
}
	.allmode-slider-com .allmode-readmore a {
		position: absolute;
		display: block;
		left: 1px; right: 1px; bottom: 0;
		padding: 5px 5%;
		line-height: 20px;
		color: #555555;
		text-align: center;
		border: 1px solid #e5e5e5;
		border-radius: 2px;
	}



/* ----- Owl Carousel CSS ----- */
.owl-carousel-pop {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
}
.owl-carousel-pop .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}
.owl-carousel-pop .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel-pop .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel-pop .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}
.owl-carousel-pop .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
	border-radius: 10px 10px 10px 10px;
}
.owl-carousel-pop.owl-loaded {
	display: block;
}
.owl-carousel-pop.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel-pop.owl-hidden {
	opacity: 0;
}
.owl-carousel-pop.owl-refresh .owl-item {
	display: none;
}
.owl-carousel-pop.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	margin-right: -38px !important;
}
.owl-carousel-pop.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.owl-carousel-pop.owl-rtl {
	direction: rtl;
}
.owl-carousel-pop.owl-rtl .owl-item {
	float: right;
}



/* ----- NAVIGATION Panel ----- */
.allmode-slider-com .allmode-nav {
	position: relative;
	float: right;
	/*margin: 10px 0 6px;*/
	-webkit-tap-highlight-color: transparent;
}
.allmode-slider-com .allmode-nav div {
	display: inline-block;
	vertical-align: top;
	height: 20px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.allmode-slider-com .owl-prev,
.allmode-slider-com .owl-next {														/* PREV & NEXT Arrows */
	width: 20px;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAABQCAQAAAC6oj2GAAAA20lEQVR4Xu2SsQqDMBRFzZfWRRy0S4Y7Sl1sBzspWP/jQvpxGvr6AblCoYLgWc+Bm4Rkh4QNg9IdI31KOvam67QeTJfp7YkLc7U+bwWOI1cWX6EPWelXuFviddIyZHtwggZB6Q4RPiUdetN1Wg+my/T2hAW5Wp+3AocRK4qv0IesTGxeU4EW//+TJwy86cAzstPJ1ZKeTiWlJaNOci58qeBiwZzWBVcxwYqRTzp1zYdaf7PN9uAEAa0OPCI6ndSW9HAqKS0ZdZJjwfx7gAKrmEAlDwlv+rH1UEfkAzDgkwqkQxWtAAAAAElFTkSuQmCC");
	/*background-image: url(arrows.png);*/
	background-repeat: no-repeat;
	background-size: 16px 80px;
}
	.allmode-slider-com .owl-prev:hover {
		background-position: 0 -20px;
	}
	.allmode-slider-com .owl-next {
		background-position: 100% -40px;
	}
	.allmode-slider-com .owl-next:hover {
		background-position: 100% -60px;
	}
.allmode-slider-com .owl-dot span {													/* PAGE Navigation */
	display: block;
	margin: 6px 5px;
	width: 11px; height: 8px;
	border-radius: 2px;
	background-color: #d9d9d9;
	-webkit-backface-visibility: visible;
		-webkit-transition: background-color 200ms ease;
		-moz-transition: background-color 200ms ease;
		-ms-transition: background-color 200ms ease;
		-o-transition: background-color 200ms ease;
	transition: background-color 200ms ease;
}
.allmode-slider-com .owl-dot:hover span {
	background-color: #767676;
}
.allmode-slider-com .owl-dot.active span {
	margin: 5px 4px;
	width: 13px; height: 10px;
	background-color: #ffffff;
	border: 1px solid transparent;
}
.allmode-slider-com .allmode-nav.disabled,
.allmode-slider-com .allmode-pages.disabled {
	display: none;
}



/* ----- High Resolution Media Queries ----- */
@media
	only screen and (-webkit-min-device-pixel-ratio: 1.3),
	only screen and (min-device-pixel-ratio: 1.3),
	only screen and (min-resolution: 120dpi)
{
	.allmode-slider-com .allmode-details span,
	.allmode-slider-com .allmode-author {
		background-image: url(icons@3x.png);
	}
	.allmode-slider-com .owl-prev,
	.allmode-slider-com .owl-next {
		background-image: url(arrows@3x.png);
	}
}



/* ----- COLOR Schemes ----- */

/* --- Red Color (default) --- */
.allmode-slider-com a:hover,
.allmode-slider-com .allmode-info a {
	color: #cc1f1f;
}
.allmode-slider-com .allmode-name,
.allmode-slider-com .owl-dot.active span,
.allmode-slider-com .allmode-readmore a:hover {
	border-color: #cc1f1f;
}

/* --- Pink Color --- */
.slider-pink a:hover,
.slider-pink .allmode-info a {
	color: #d24087;
}
.slider-pink .allmode-name,
.slider-pink .owl-dot.active span,
.slider-pink .allmode-readmore a:hover {
	border-color: #d24087;
}

/* --- Orange Color --- */
.slider-orange a:hover,
.slider-orange .allmode-info a {
	color: #d94d16;
}
.slider-orange .allmode-name,
.slider-orange .owl-dot.active span,
.slider-orange .allmode-readmore a:hover {
	border-color: #d94d16;
}

/* --- Yellow Color --- */
.slider-yellow a:hover,
.slider-yellow .allmode-info a {
	color: #ebc300;
}
.slider-yellow .allmode-name,
.slider-yellow .owl-dot.active span,
.slider-yellow .allmode-readmore a:hover {
	border-color: #ebc300;
}

/* --- Green Color --- */
.slider-green a:hover,
.slider-green .allmode-info a {
	color: #4d9926;
}
.slider-green .allmode-name,
.slider-green .owl-dot.active span,
.slider-green .allmode-readmore a:hover {
	border-color: #4d9926;
}

/* --- Turquoise Color --- */
.slider-turquoise a:hover,
.slider-turquoise .allmode-info a {
	color: #1bb39e;
}
.slider-turquoise .allmode-name,
.slider-turquoise .owl-dot.active span,
.slider-turquoise .allmode-readmore a:hover {
	border-color: #1bb39e;
}

/* --- Blue Color --- */
.slider-blue a:hover,
.slider-blue .allmode-info a {
	color: #0a55bf;
}
.slider-blue .allmode-name,
.slider-blue .owl-dot.active span,
.slider-blue .allmode-readmore a:hover {
	border-color: #0a55bf;
}

/* --- Light Blue Color --- */
.slider-lightblue a:hover,
.slider-lightblue .allmode-info a {
	color: #3598dc;
}
.slider-lightblue .allmode-name,
.slider-lightblue .owl-dot.active span,
.slider-lightblue .allmode-readmore a:hover {
	border-color: #3598dc;
}

/* --- Violet Color --- */
.slider-violet a:hover,
.slider-violet .allmode-info a {
	color: #6c3aad;
}
.slider-violet .allmode-name,
.slider-violet .owl-dot.active span,
.slider-violet .allmode-readmore a:hover {
	border-color: #6c3aad;
}

/* --- Gray Color --- */
.slider-gray a:hover,
.slider-gray .allmode-info a {
	color: #757575;
}
.slider-gray .allmode-name,
.slider-gray .owl-dot.active span,
.slider-gray .allmode-readmore a:hover {
	border-color: #1a1a1a;
}