/*
// ===============================================
// ###############################################
// ### CSS - accueil.css ########################
// ###############################################
// ===============================================
// ### HISTORIQUE DE VERSION #####################
// ===============================================
// 14/10/2025 : Ajout de video
// ===============================================
*/
.page {
	display: block;
	float: none;
	position: relative;
}
.page-espace {
	display: block;
	float: none;
	position: relative;
	padding-right: 50px;
	padding-left: 50px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1440px;
	transition-property: padding;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
}
@media screen and (max-width: 768px) {
	.page-espace {
	padding-right: 10px;
	padding-left: 10px;
	}
}
.section {
	display: flex;
	float: none;
	position: relative;
	width: 100%;
	order: 2;
	flex-grow: 2;
	padding-right: 50px;
	padding-left: 50px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1440px;
	transition-property: padding;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
}
@media screen and (max-width: 1024px) {
	.section {
	flex-wrap: wrap;
	}
}
@media screen and (max-width: 768px) {
	.section {
	padding-right: 10px;
	padding-left: 10px;
	}
}
.section-associer {
	display: block;
	float: none;
	width: 25%;
	position: relative;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgb(var(--theme_couleur_gris_clair));
	flex-grow: 1;
}
@media screen and (max-width: 1024px) {
	.section-associer {
	width: 100%;
	border-left-style: none;
	}
}
.section-article {
	display: block;
	float: none;
	width: 75%;
	position: relative;
	flex-grow: 1;
}
@media screen and (max-width: 1024px) {
	.section-article {
	width: 100%;
	}
}
.article-une {
	display: flex;
	padding: 15px;
	float: none;
	position: relative;
	flex-wrap: wrap;
}
.article-une figure {
	display: block;
	padding: 15px;
	float: none;
	position: relative;
	flex-grow: 1;
	width: 50%;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.article-une figure {
	width: 100%;
	}
}
.article-une figure a {
	display: block;
	float: none;
	position: relative;
}
.article-une figure a img, .article-une figure a video {
	display: block;
	float: none;
	height: auto;
	width: 100%;
	position: relative;
}
.article-une figure figcaption {
	font-size: 13px;
	padding-top: 5px;
}
.article-une-contenu {
	display: block;
	float: none;
	position: relative;
	padding: 15px;
	flex-grow: 1;
	width: 50%;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.article-une-contenu {
	width: 100%;
	}
}
.article-une-contenu h1 {
	margin: 0px;
}
.article-une-contenu h1 a {
	color: #000;
	text-decoration: none;
}
.article-une-contenu h1 a:hover{
	color: rgb(var(--theme_couleur_1));
}
.article-une-contenu-date {
	display: block;
	float: none;
	padding-top: 5px;
	position: relative;
}
.article-une-contenu-date time {
	font-size: 14px;
	display: inline-block;
	margin-right: 3px;
	user-select: none;
}
.article-une-contenu-date span {
	font-size: 14px;
	color: #333;
	background-color: rgb(var(--theme_couleur_3));
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	position: relative;
	border-radius: 3px;
	user-select: none;
	white-space: nowrap;
}
.article-une-contenu-resume {
	display: block;
	float: none;
	position: relative;
	line-height: 1.4em;
}
.bref {
	display: block;
	float: none;
	position: relative;
	padding: 30px;
}
@media screen and (max-width: 1024px) {
	.bref {
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	}
}
@media screen and (max-width: 680px) {
	.bref {
	padding: 30px;
	}
}

.bref header {
	display: block;
	float: none;
	position: relative;
}
@media screen and (max-width: 1024px) {
	.bref header {
	padding-right: 30px;
	padding-left: 30px;
	}
}
@media screen and (max-width: 680px) {
	.bref header {
	padding-right: 0px;
	padding-left: 0px;
	}
}
.bref header h3 {
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 3px;
}
.bref header div {
	background-color: rgb(var(--theme_couleur_1));
	display: block;
	float: none;
	height: 4px;
	width: 80px;
	position: relative;
}
.bref-breves {
	display: block;
	float: none;
	position: relative;
}
@media screen and (max-width: 1024px) {
	.bref-breves {
	display: flex;
	flex-wrap: wrap;
	}
}
@media screen and (max-width: 640px) {
	.bref-breves {
	display: block;
	flex-wrap: nowrap;
	}
}
.bref ul {
	display: block;
	margin: 0px;
	float: none;
	list-style-type: none;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(var(--theme_couleur_gris_clair));
}
@media screen and (max-width: 1024px) {
	.bref ul {
	width: 100%;
	max-width: 33.33333333%;
	border-bottom-style: none;
	padding-right: 30px;
	padding-left: 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	}
	.bref ul:first-of-type {
	border-left-style: none;
	}
}
@media screen and (max-width: 680px) {
	.bref ul {
	width: auto;
	max-width: none;
	border-bottom-style: solid;
	border-left-style: none;
	padding-right: 0px;
	padding-left: 0px;
	}
}
.bref ul:last-of-type {
	border-bottom-style: none;
	padding-bottom: 0px;
}
.bref ul li {

}
.bref ul li time {
	font-size: 14px;
	font-weight: bold;
	color: rgb(var(--theme_couleur_1));
}
.bref ul li h4 {
	font-weight: normal;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.bref ul li h4 a {
	color: #000;
	text-decoration: none;
}
.bref ul li h4 a:hover {
	color: rgb(var(--theme_couleur_1));
}
