/* Page d'index des dossiers  10698 */

#main-content a{
	color: #545454; /*#00ace2*/
	cursor: pointer;
}

.dossiers-description a{
	color: #00ace2 !important;
}

a:focus{
	box-shadow: none !important;
}

.dossiers-description{
	margin-bottom: 30px;
}
#main-primary h1{
	border-bottom: none;
	margin-bottom: 0px;
}

#main-primary .dossiers-description p{
	margin-top: 0px;
}

.dossiers-description wp-image-80463{
	margin-bottom: 0px;
}

#error-page{
	max-width:100%;
}
.page-id-10698{
	margin: 0px !important;
	padding: 0px;
	background: #F7F7F7;
}
.page-id-10698 #site-title{
	border-bottom: none;
}
html{
	margin-top: 0px !important;
}

.sommaire_dossiers {
	position: relative;
	display: flex;
	margin: 0 -20px;
	flex-wrap: wrap;
}
.sommaire_dossiers > div{
	flex: 0 1 auto;
	width: 33.33%;
	padding: 0 20px;
	margin-bottom: 30px;
	position: relative;
}
.dossiers-archives-title{
	color: #00ace2;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 25px;
	font-family: "Lato";
}

.sommaire_dossiers div a {
	position: relative;
	text-decoration: underline;
}

.sommaire_dossiers div a:focus{
	position: relative;
	text-decoration: underline;
	outline: none;
}

.sommaire_dossiers div h2 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #00ace2;
	color: #000 !important;
	font-family: "Proxima Nova W08 Bd";
	font-size: 24px !important;
	font-weight: normal;
	text-align: center;
	line-height: 1.25em;
	padding: 10px 0;
	margin: 0 !important;
	display: none;
}

.sommaire_dossiers div h2 .sous-titre {
	font-family: "Proxima Nova W08 Reg";
	font-size: 18px !important;	
	font-weight: normal;
}

.sommaire_dossiers div a picture img{
	display: block !important;
}

/* Widgets
-----------*/

/* bloc dossiers */
#bloc-dossier{
	margin-bottom: 18px;
	position: relative;
}
#bloc-dossier h3{
	position: absolute;
	left: 0px;
	top: 0px;
}

/* Single Dossier
-----------------------------------*/
.single-dossier .soc_share{
	float: right;
	margin-top: 10px;
}
/* bloc Chiffre Clef */
.dossier-chiffre-clef{
	background-color: #f0f0f0;
	padding: 10px;
	margin-bottom: 25px;
}
.dossier-chiffre-clef p{
	margin: 0 0 10px 0;
}

/* bloc derniers dossiers */
.widget-derniers-dossiers{
	
}
.widget-derniers-dossiers h3{
	margin-bottom: 15px;
	font-size: 19px;
	font-weight: normal;
}

.widget-derniers-dossiers a{
	color: black;
}
.widget-derniers-dossiers div{
	margin-bottom: 10px;
	color: black;
	line-height: 1.2;
}
.widget-derniers-dossiers img{
	float: left;
	width: 40%;
	margin-right: 15px;
}
.widget-derniers-dossiers .consultez{
	text-align: right;
	font-size: 17px;
	font-weight: bold;
	display: block;
}


/* Single post (avec dossier parent) */

.article-dossier-row{
	display: flex;
}
.article-dossier-aside-col{
	width: 33%;
	padding-right: 25px;	
	flex: 0 0 auto;
}
.article-dossier-content-col{
	flex: 0 1 auto;
	width: 66.7%;
}

.article-dossier-aside-col h3{
	font-size: 20px;
	color: #00ace2;
	margin-bottom: 10px;
	text-align: center;
}

.article-dossier-decouvrez,
.article-dossier-liste
{
	background-color: #f5f5f5;
	padding: 15px 10px;
	margin-bottom: 20px;
}
.article-dossier-decouvrez .image{
	position: relative;
	width: 90%;
	margin: auto;
}
.article-dossier-decouvrez img{
	display: block;
}
.article-dossier-decouvrez-titre{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	text-align: center;
	color: black;
	font-size: 17px;
	z-index: 1;
	background-color: rgba(0, 172, 226, 1);

}
.article-dossier-decouvrez-lien{
	font-weight: bold;
	text-decoration: underline;
	display: block;
	text-align: center;
	margin-top: 15px;
	color: black;
	font-size: 16px;
}

.article-dossier-liste ul{
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 13px;
	
}
.article-dossier-liste ul:before{
	content: '';
	display: block;
	border-left: 1px dotted #ccc;
	width: 0;
	position: absolute;
	top: 8px;
	bottom: 10px;
	left: 17px;
}
.article-dossier-liste ul li{
	position: relative;
	padding: 5px 10px 6px 35px;
}
.article-dossier-liste ul li.hidden{
	display: none;
}
.article-dossier-liste ul li a{
	color: inherit;
	text-decoration: none;
}

.article-dossier-liste ul li.sommaire:before{
	content:'';
	display: block;
	background-color: #00ace2;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	position: absolute;
	left: 13px;
	top: 9px;
}

.article-dossier-liste ul li[data-num]:before{
	content: '';
	display: block;
	border: 1px solid #111;
	background-color: #f0f0f0;
	width: 16px;
	height: 16px;
	border-radius: 9px;
	position: absolute;
	left: 10px;
	top: 6px;
}
.article-dossier-liste ul li[data-num]:after{
	content: attr(data-num);
	display: block;
	color: #000;
	width: 17px;
	position: absolute;
	left: 10px;
	top: 8.5px;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 11px;
	text-align: center;
	line-height: 1;
}

.article-dossier-liste ul li.current{
	background-color: #00ace2;
	color: white;
}
.article-dossier-liste ul li[data-num].current:before{
	background-color: #00ace2;
	border-color: white;	
}
.article-dossier-liste ul li[data-num].current:after{
	color: white;
}

.article-dossier-content-col .wp-caption.alignleft{
	float: right;
	margin-right: 0;
	margin-left: 15px;
}

@media all and (max-width:960px) { 
  .article-dossier-content-col .wp-caption.alignleft {
  	float: none;
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
  }
}