.detail {
	font-family: var(--theme_police);
}
.detail header h1 {
	font-weight: 700;
	transition: font-size var(--theme_transition);
}
@media screen and (max-width: 768px) {
	.detail header h1 {
		font-size: 28px;
	}
}
@media screen and (max-width: 580px) {
	.detail header h1 {
		font-size: 23px;
	}
}
.detail header h2 {
	font-size: 14px;
	font-weight: 700;
}
.detail header p {
	font-size: 17px;
	font-weight: 400;
}
@media screen and (max-width: 580px) {
	.detail header p {
		font-size: 15px;
	}
}

.descriptif {
	line-height: 1.9em;
	font-weight: 400;
}
.detail .article-info {
	padding-top: 40px;
	padding-bottom: 40px;
}
.detail .article-date {
	font-size: 13px;
	font-weight: 300;
}
.div.article-type {
	height: 0px;
	line-height: 0px;
}
.article-type span {
	line-height: inherit;
	height: inherit;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
}
.detail .article-legende h6 {
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	color: #000;
}
.descriptif address, .descriptif-auteur {
	color: #000;
	font-weight: 200;
}
.descriptif {
	padding-top: 40px;
	padding-right: 80px;
}
.descriptif p{
	font-weight: 300;
}
@media screen and (max-width: 580px) {
	.descriptif {
		padding-top: 20px;
		padding-right: 0px;
	}
}
.articles-col-autre {
	font-family: var(--theme_police);
}
.articles-col-autre .article {
	padding-bottom: 60px;
}
.articles-col-autre .article p {
	font-weight: 300;
}
.article-rubrique {
	background-color: rgb(var(--theme_couleur_1));
}
.article-rubrique:hover {
	background-color: rgb(var(--theme_couleur_noir));
}


.commentaires {
	font-family: var(--theme_police);

}
.commentaires-titre h3 {
	text-transform: none;
}
.commentaires-resume p {
	font-size: 14px;
	font-weight: 300;
}