@charset "UTF-8";

/****** ACTUALITÉS ******/

.ma-container {
	background: #88775a;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	height: 290px;
	overflow: hidden;
	padding: 15px;
	position: relative;
	width: 100%;
	margin-bottom: 25px;
}
.ma-container,
.ma-container a {
	color: #fff;
}

.ma-title {
	font-size: 20px;
	color: #ffffff;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 10px;
}

.ma-rss {
	font-size: 0;
	line-height: 0;
	position: absolute;
	right: 15px;
	top: 12px;
}

.ma-news-container {
	height: 205px;
}
	/** Classe servant au plugin bxSlider pour indentifier les éléments du slider.
		Ne pas lui associer de propriété dans la mesure du possible **/
	.ma-news { }

	.ma-news-content {
		font-size: 10px;
		overflow: hidden;
	}
		.ma-news-date {
			color: #f6a500;
			font-weight: bold;
			margin: 5px 0 2px 0;
		}
		.ma-news-title {
			margin: 0 0 8px 0;
		}
		.ma-news-title,
		.ma-news-title a {
			font-size: 14px;
			font-weight: bold;
			line-height: 1;
		}
		.ma-news-image {
			margin: 0 0 5px 0;
		}
		.ma-news-resume {
			color: #fff;
			font-size: 11px;
			line-height: 1.2;
		}
		.ma-know-more-link {
			display: inline-block;
			margin: 2px 0 0;
		}


.ma-container .ma-pagination {
	float: right;
	margin: 8px 0;
}
	.ma-container .ma-pagination-title,
	.ma-container .ma-pager,
	.ma-container .bx-pager {
		display: inline;
	}
		.ma-container .ma-pagination .bx-pager-item {
			display: inline-block;
		}
			.ma-container .ma-pagination .bx-pager-item a {
				color: #FFF;
				border-radius: 4px;
				display: inline-block;
				height: 16px;
				line-height: 16px;
				font-size: 11px;
				margin: 0 0 0 3px;
				overflow: hidden;
				text-decoration: none;
				width: 13px;
				text-align: center;
				font-weight: normal;
			}
			.ma-container .ma-pagination .bx-pager-item:first-child a {
				margin-left: 0;
			}
			.ma-container .ma-pagination .bx-pager-item a:hover,
			.ma-container .ma-pagination .bx-pager-item .active {
				background: #f4af0f;
			}


.ma-detail-actu .actu-date {
	font-size: 12px;
	margin: 0;
}

.ma-container .ma-all-news-link {
	float: left;
	margin: 7px 0 0 0;
}
	.ma-container .ma-all-news-link > a {
		color: #FFF;
		display: block;
		font-size: 11px;
		height: 16px;
		line-height: 16px;
		text-decoration: underline;
		-webkit-transition: all 0.2s ease-in-out;
		        transition: all 0.2s ease-in-out;
	}
	.ma-container .ma-all-news-link > a:hover {
		color: #f4af0f;
	}

#ma-all-news {
	
}
	#ma-all-news .news {
		border-top: 1px dotted #e2e2e2;
		padding: 20px 10px;
	}
	#ma-all-news .news:first-child {
		border-top: 0;
	}
	#ma-all-news .news-image {
		border: 5px solid #fff;
		float: left;
		margin: 0 10px 5px 0;
		box-shadow: 0 0 9px rgba(0,0,0,0.4);
	}

img.ma-know-more-img {
	float: left;
	margin: 0 15px 8px 0;
}
/****** ACTUALITÉS ******/

.ma-courses-container {
	background: #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #dfdcd8;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.ma-courses-container,
.ma-courses-container a {
	color: #5093C9;
}


.ma-courses-news-container {
}
	/** Classe servant au plugin bxSlider pour indentifier les éléments du slider.
		Ne pas lui associer de propriété dans la mesure du possible **/
	.ma-courses-news { }

	.ma-courses-news-content {
		font-size: 10px;
		overflow: hidden;
		padding: 18px;
		padding-bottom: 8px;
		border-bottom: 1px dashed #D3D0CB;
	}
		.ma-courses-news-image {
			margin: 0 0 5px 0;
		}
		.ma-courses-news-resume {
			color: #45351f;
			font-size: 14px;
			font-weight: bold;
			line-height: 1;
		}
		.ma-courses-news-resume:before {
			content: '';
			display: inline-block;
			width: 6px;
			height: 10px;
			background: #f2ae0f;
		}

.ma-courses-container .ma-courses-all-news-link {
		text-align: center;
		padding: 10px 0;
}
	.ma-courses-container .ma-courses-all-news-link > a {
		color: #887d6d;
		font-size: 15px;
		height: 20px;
		font-weight: bold;
		line-height: 20px;
		text-decoration: underline;
		-webkit-transition: all 0.2s ease-in-out;
		        transition: all 0.2s ease-in-out;
	}
	.ma-courses-container .ma-courses-all-news-link > a:hover {
		text-decoration: none;
	}

#ma-courses-all-news {
	
}
	#ma-courses-all-news .news {
		border-top: 1px solid #AAA;
		padding: 20px 10px;
	}
	#ma-courses-all-news .news:first-child {
		border-top: 0;
	}
	#ma-courses-all-news .news-image {
		border: 1px solid #000;
		float: left;
		margin: 0 10px 5px 0;
	}

img.ma-courses-know-more-img {
	float: left;
	margin: 0 15px 8px 0;
}
.mc-diaporama-container {
	height: 300px !important;
	width: 710px !important;
}
	.mc-diaporama-slide {
		-ms-behavior: url(https://www.coureursdextreme.fr/default/CMS/css/tpl3/backgroundsize.min.htc);
		background-position: center center;
		background-size: cover;
		height: 300px;
		width: 710px;
	}

	#diaporama {
		position: relative;
		left: -5px;
		height: 340px;
		width: 710px;
	}

	#diaporama .bx-prev,
	#diaporama .bx-next {
		position: absolute;
		z-index: 150;
		display: block;
		-webkit-transition: all .2s ease-in-out;
		   -moz-transition: all .2s ease-in-out;
		    -ms-transition: all .2s ease-in-out;
		     -o-transition: all .2s ease-in-out;
		        transition: all .2s ease-in-out;
		width: 24px;
		top: 148px;
		box-shadow: 2px 3px 4px rgba(0,0,0,.25);
		height: 40px;
		text-indent: -999px;
		font-size: 0;
		border-radius: 3px;
		background: #ffffff;
		background: -moz-linear-gradient(top,  #ffffff 0%, #efece8 100%);
		background: -webkit-linear-gradient(top,  #ffffff 0%,#efece8 100%);
		background: -o-linear-gradient(top,  #ffffff 0%,#efece8 100%);
		background: -ms-linear-gradient(top,  #ffffff 0%,#efece8 100%);
		background: linear-gradient(to bottom,  #ffffff 0%,#efece8 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efece8',GradientType=0 );
	}

	#diaporama .bx-prev {
		left: -5px;
	}
	#diaporama .bx-next {
		right: -5px;
	}

	#diaporama .bx-prev:hover {
		left: -8px;
	}
	#diaporama .bx-next:hover {
		right: -8px;
	}

	#diaporama .bx-prev:after,
	#diaporama .bx-next:after {
		content: '';
		display: block;
		position: absolute;
		top: 15px;
		width: 0;
		height: 0;
	}

	#diaporama .bx-prev:after {
		left: 9px;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-right: 5px solid #f5a527;
	}
	#diaporama .bx-next:after {
		right: 9px;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 5px solid #f5a527;
	}
	#diaporama:before {
		content: '';
		display: block;
		height: 20px;
		width: 740px;
		position: relative;
		left: 0;
	}
	#diaporama:after {
		content: '';
		display: block;
		width: 100%;
		height: 42px;
		margin-top: 10px;
		background: url('https://www.coureursdextreme.fr/default/CMS/css/tpl3/../../images/coureurs/ombre_diapo.png') no-repeat center top;
	}