#main_slider {
	margin: 20px 5px 15px 0;
    position: relative;
	}
@media screen and (max-width:767px){
	#main_slider {
    padding: 0;
    border: 0;
	}
}
#ms_show{
	position:relative;
    overflow: hidden;
	}
#ms_show li.slide {
	display:none;
	}
#ms_show li.active {
	display:block;
	}
#ms_show h5.categorie {
	margin-top: 0;	
	}
#ms_show .slide h5.categorie a:hover {
	text-decoration:none;
	}
h2.titreArticle{
	margin-top:0;
	font-size:26px;
	line-height:31px;
	font-family: "karmabold";
	}
@media screen and (max-width:767px) {
	h2.titreArticle{
	    font-size: 18px;
    	line-height: 23px;
		height: 46px;
	}
}
#ms_show h3.titreArticle {
	margin-top: 0;
	margin-bottom: 0;
	height: 42px;
	font-weight: 800;
    line-height: 21px;
	font-size:18px;
	font-family: "karmabold";
	}
#ms_show .auteurs {
	margin-top:0;
	border-bottom: 1px solid #fafafa;
	padding-bottom:6px;
	margin-bottom:8px;
	}
@media screen and (max-width:767px) {
	#ms_show .auteurs {
	margin-top:10px;
	margin-bottom:0;
	}
	}

#ms_show .auteur a:hover {
	text-decoration:underline;
	color: #333;
	}
#ms_show h5.auteur .auteurName {
	font-size: 14px;
	}
#ms_show .lien-article-img {
	overflow: hidden;
 	max-height: 280px;
  	display: block;
	margin-bottom:0;
	}
@media screen and (max-width:767px) {
	#ms_show .lien-article-img {
		max-height: 224px;
	}
	#ms_show .lien-article-img img {
		transform: translate(0, -25%);
	}
}
#ms_show .to_continue {
	margin-top:12px;
	text-align:right;
	}
#ms_show p.resume {
	max-height: 189px;
    line-height: 21px;
    font-size: 16px;
    margin-bottom: 4px;
	}
.dotdotdot_slider {
	}
.readmore {
	font-size:20px;
	line-height: 10px;
	position:relative;
	top:2px;
	}
a.a-dotdotdot_slider:hover {
	text-decoration:none;
	}
a:hover .dotdotdot_slider::after {
	font-family:"FontAwesome";
	content: " \f061";
	font-size:20px;
	line-height: 10px;
	}
.hover-environnement .dotdotdot_slider::after {
	
	}
@media screen and (min-width: 992px) and (max-width:1199px) {
	#ms_show .lien-article-img {
		overflow: hidden;
		max-height: 130px;
		display: block;
	}
}

#ms_list {
	margin-bottom: 0;
	}
#ms_list li {
	position: relative;
	padding:0 5px;
	}
@media screen and (max-width:767px) {
	#ms_list li {
		height: 100px;
		box-shadow:none !important;
	}
	}
#ms_list li.inactive {
	background-color:#ffffff;
    border-bottom: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	}
#ms_list li.active {
	border-right: 1px solid #ffffff;
	}
@media screen and (max-width:767px) {
	#ms_list li.inactive {
		border-left: none;
		border-right: none;
		border-bottom: none;
	}
	#ms_list li.inactive:first-child {
		border-top: none;
	}
	#ms_list li.inactive:last-child {
		border-bottom: none;
	}
	#ms_list li {
	    box-shadow: inset 0 0 2px #eaeaea;
	}
}
@media screen and (max-width:480px) {
	#ms_list li.inactive {
		border-left: 1px solid #f5f5f5;
		border-right: 1px solid #f5f5f5;
		border-bottom: 1px solid #f5f5f5;
	}
	#ms_list li.inactive:first-child {
		border-top: 1px solid #f5f5f5;
	}
	#ms_list li.inactive:last-child {
		border-bottom: 1px solid #f5f5f5;
	}
	#ms_list li {
	    width:100%;
		box-shadow:none;
	}
}
#ms_list li:last-child {
	border-bottom: 1px solid #ffffff;;
	}
#ms_list li.active:last-child {
    border-bottom: none;
}
#ms_list .cartouche-autreCategorie {
	background-color:#e7e7e7;
	}
#ms_list .arrow-left-autreCategorie {
	border-right: 10px solid #e7e7e7;
	}
#ms_list a {
	padding: 10px;
 	display: block;
	}
#ms_list a:hover, #ms_list a:focus {
	text-decoration:none;
	color:#000000;
	}
	
#ms_list h4 {
	text-transform: uppercase;
    margin-bottom: 4px;
	margin-top:0;
	font-size: 13px;
	}
#ms_list li.active h4 {
	color:#ffffff;
	}
#ms_list p {
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
	}
#ms_list p.title {
	font-family: "karmabold";
    max-height: 32px;
    margin-top: 7px;
    height: auto;
    margin-bottom: 1px;
	}
#ms_list p.auteurs {
	 height: 17px;
	 font-size:12px;
	}
/*ARROW Behavior*/
#ms_list li [class*="arrow-left-"] {
	display:none;
	position: absolute;
	left: -10px;
  	top: 50%;
    margin-top: -10px;
	}
#ms_list li.active [class*="arrow-left-"] {
	display:block;
	}
#ms_list [class*="cartouche-"] {
	padding:0;
	}
/*LOADING*/
#loading_slider {
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	}
#progress_barre {
	width:1px;
	height:4px;
	background-color:#f5f5f5;
	}