.actu {
	font-family: var(--theme_police);
	padding-right: 65px;
	padding-left: 65px;
}
@media screen and (max-width: 768px) {
	.actu {
		padding-right: 25px;
		padding-left: 25px;
	}
}
@media screen and (max-width: 360px) {
	.actu {
		padding-right: 25px;
		padding-left: 25px;
	}
}
@media screen and (max-width: 360px) {
	.actu {
		padding-right: 25px;
		padding-left: 25px;
	}
}
.actu-inter {
	padding-right: 80px;
	padding-left: 80px;
}
.actu-inter div {
	border-top-style: solid;
	border-top-color: rgb(var(--theme_couleur_gris_clair));
}
@media screen and (max-width: 768px) {
	.actu-inter {
		padding-right: 40px;
		padding-left: 40px;
	}
}
@media screen and (max-width: 360px) {
	.actu-inter {
		padding-right: 40px;
		padding-left: 40px;
		margin-right: 0px;
		margin-left: 0px;
	}
}
.suite {
	font-family: var(--theme_police);
	padding-right: 65px;
	padding-left: 65px;
}
@media screen and (max-width: 768px) {
	.suite {
		padding-right: 25px;
		padding-left: 25px;
	}
}
@media screen and (max-width: 360px) {
	.suite {
		padding-right: 25px;
		padding-left: 25px;
	}
}
.rubrique {
	font-family: var(--theme_police);
	padding-right: 65px;
	padding-left: 65px;
}
@media screen and (max-width: 768px) {
	.rubrique {
		padding-right: 25px;
		padding-left: 25px;
	}
}
@media screen and (max-width: 360px) {
	.rubrique {
		padding-right: 25px;
		padding-left: 25px;
	}
}
.video {
	font-family: var(--theme_police);
	padding-right: 65px;
	padding-left: 65px;
}
@media screen and (max-width: 768px) {
	.video {
		padding-right: 25px;
		padding-left: 25px;
	}
}
@media screen and (max-width: 360px) {
	.video {
		padding-right: 25px;
		padding-left: 25px;
	}
}
.actu-2-3-col .article,
.actu-continue-liste .article,
.suite-8-9-10-col .article,
.rubrique-article-st3 .article,
.video-article-25 .article {
	border-bottom-style: solid;
	border-bottom-color: rgb(var(--theme_couleur_gris_clair));
}
@media screen and (max-width: 1023px) {
	.actu-1-col .article {
		border-bottom-style: solid;
		border-bottom-color: rgb(var(--theme_couleur_gris_clair));
	}
}
.article h1 a:hover, .article h2 a:hover, .article h3 a:hover, .article h4 a:hover {
	border-bottom-style: solid;
}
.article-rubrique {
	background-color: rgb(var(--theme_couleur_1));
}
.article-rubrique:hover {
	background-color: rgb(var(--theme_couleur_noir));
}
.actu-continue-titre-col-nom h3 {
	text-transform: none;
}
.actu-continue-titre-col-nom {
	background-image: none;
	padding-top: 0px;
}
.actu-continue-titre-col-blanc {
	width: 0px;
}
.actu-continue-titre-col-icon {
	border-radius: 0px;
}
.rubrique header h2 {
	border-right-width: 0px;
}
.video-titre-col-nom h2 {
  text-transform: none;
}
.video-titre-col-blanc {
	width: 0px;
}
.video-titre-col-blanc {
	display: table-cell;
	width: 10px;
	position: relative;
	box-sizing: border-box;
}
.article-type span {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	height: auto;
	line-height: normal;
}
div.article-type {
	height: auto;
	line-height: normal;
	vertical-align: inherit;
}
a.article-type {
	display: flex;
	border-radius: 10px;
	color: rgb(var(--theme_couleur_blanc));
	padding-left: 12px;
	padding-right: 1px;
	align-items: center;
}
a.article-type span {
	border-radius: 0px 10px 10px 0px;
}

.suite-8-9-10-col .article-resume,
.rubrique-article-st1 .article-resume,
.rubrique-article-st3 .article-resume {
	font-weight: 300;
}










