/* Pages Categorie et Auteur
-------------------------------*/

/* Catégorie */

.category .category-header{
	background-color: #ff4a00;
	color: white;
	font-family: Arial;
	margin-bottom: 20px;
}
.category-header:after{
	clear: both;
	content: '';
	display: table;
}
.category-title{
	font-family: Gobold;
	_text-transform: uppercase;
	font-size: 25px;
	padding: 8px 22px;
}

.category .chroniqueur .category-header{
	background-color: transparent;
	color: #ff4a00;
}
.category .chroniqueur .category-title{
	padding: 8px 0;
}
.category .chroniqueur .photo-chroniqueur{
	float: right;
	width: 100px;
}

.category-desc{
	padding: 15px 25px;
	color: white;
	font-size: 15px;
	line-height: 1.25;
	display: flex;
	align-items: center;
	text-transform: uppercase;
}
.category-desc strong{
	font-weight: bold;
}

.category-desc-text{
	flex: 1;
}

.category-desc-sponsor{
	flex: 0 1 auto;
	text-align: left;
	padding: 0 5px 9px 0;
	font-size: 14px;
}
.category-desc-sponsor img{
	margin-top: 10px;
}


/* Auteur */

.single-auteur .rubrique-titre{
	margin-bottom: 15px;
}
.auteur-title{
	color: #ff4a00;
	font-weight: bold;
	font-size: 45px;
	line-height: 1;
	margin-bottom: 20px;	
}


.single-auteur .chroniqueur .rubrique-titre{
	margin-right: 120px;
	width: auto;
}
.single-auteur .photo-chroniqueur{
	float: right;
	width: 100px;
}



/* commun */

.category-article,
.auteur-article
 {
	display: flex;
	border-bottom: 1px solid #ccc;
	position: relative;
	margin-bottom: 18px;
	padding-bottom:18px;
}
.category-article .col1,
.auteur-article .col1{
	margin-right: 18px;
	width: 183px;
	flex: 0 0 auto;
}
.category-article .image img,
.auteur-article .image img{
	display: block;
}


.category-article .col2,
.auteur-article .col2{
	flex: 0 1 auto;
}
.category-article .title,
.auteur-article .title{
	font-size: 24px;
	text-align: left;
	font-weight: 900;
	line-height: 1.2;
	color: #222;
	margin-top: -3px;
	margin-bottom: 2px;
}
.category-article .title a,
.auteur-article .title a{
	text-decoration: none;
	color: inherit;
}
.category-article .cat,
.auteur-article .cat{
	color: #888;
	margin-bottom: 15px;
	font-size: 13px;
	font-weight: bold;
}

