@charset "utf-8";
/* CSS Document */

.depeche_continu{
	padding-top:50px;
	padding-bottom:50px;
	background-color:#f3f3f4;
}

.depeche_continu .title{
	width:100%;
	height:37px;
	padding-top:10px;
	background-color:#59536d;
	position:relative;
}

.depeche_continu .title::before, .depeche_continu .title::after{
	content:'';
	display:block;
	width:15px;
	height:37px;
	background-color:#59536d;
	position:absolute;
	top:0;
}

.depeche_continu .title::before{
	left:-15px;
}

.depeche_continu .title::after{
	right:-15px;
}

.depeche_continu .title h1, .depeche_continu .title .h1{
	margin:0;
	color:#fff;
	font-size:16px;
	line-height:16px;
	font-family:'stratos-light','arial','helvetica','sans-serif';
	text-transform:uppercase;
}

.depeche_continu .title_depeche{
	margin-top:30px;
	padding-bottom:25px;
	position:relative;
}

.depeche_continu .title_depeche::after{
	content:'';
	display:block;
	width:25%;
	height:1px;
	background-color:#999;
	position:absolute;
	bottom:0;
	transition:width 0.30s linear;
	transition-delay:initial;
}

.depeche_continu .title_depeche:hover::after{
	width:90%;
	transition:width 0.25s linear;
	transition-delay:initial;
	}

.depeche_continu .title_depeche .label_continu{
	display:inline-block;
	margin-bottom:5px;
	color:#e4032d;
	font-size:13px;
	font-family:'stratos-medium','arial','helvetica','sans-serif';
	text-transform:uppercase;
}

.depeche_continu .title_depeche h2{
	margin-top:0;
	margin-bottom:1px;
	color:#5e6169;
	font-size:16px;
	line-height:20px;
	font-family:'stratos','arial','helvetica','sans-serif';
}

.depeche_continu .title_hors_abo h2{
	color:#999;
}

.depeche_continu .publication{
	display:inline-block;
	margin-bottom:0;
	color:#999999;
	font-size:12px;
	font-family:'stratos-medium','arial','helvetica','sans-serif';
}

@media (max-width:768px){
	.depeche_continu .title::before, .depeche_continu .title::after{
		display:none;
	}
}

