/*
// ===============================================
// ###############################################
// ### CSS - associer.css ########################
// ###############################################
// ===============================================
// ### HISTORIQUE DE VERSION #####################
// ===============================================
// 14/10/2025 : Ajout de vidéo
// 16/06/2023 : Ajout du style pour l'affichage des albums et médias
// ===============================================
*/
.associer-ligne {
	display: block;
	float: none;
	padding-right: 30px;
	position: relative;
}
@media screen and (max-width: 1024px) {
	.associer-ligne {
	padding-left: 30px;
	}
}
.associer-ligne div {
	background-color: rgb(var(--theme_couleur_gris_clair));
	display: block;
	float: none;
	height: 1px;
	position: relative;
}
.associer {
	display: block;
    float: none;
    position: relative;
    padding: 30px;
}
@media screen and (max-width: 1024px) {
	.associer {
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	}
}
@media screen and (max-width: 680px) {
	.associer {
	padding: 30px;
	}
}
.associer header {
    display: block;
    float: none;
    position: relative;
}
@media screen and (max-width: 1024px) {
	.associer header {
	padding-right: 30px;
	padding-left: 30px;
	}
}
@media screen and (max-width: 680px) {
	.associer header {
	padding-right: 0px;
	padding-left: 0px;
	}
}

.associer header h3 {
	text-transform: uppercase;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 3px;
}
.associer header div {
	background-color: rgb(var(--theme_couleur_1));
    display: block;
    float: none;
    height: 4px;
    width: 80px;
    position: relative;
}

.associer-cadre {
	display: block;
	float: none;
	position: relative;
}
@media screen and (max-width: 1024px) {
	.associer-cadre {
	display: flex;
	float: none;
	position: relative;
	flex-wrap: wrap;
	}
}
.associer-script {
	display: block;
	float: none;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}
.associer-script iframe {
	height: auto;
	width: 100%;
}
.associer-article {
	display: block;
	float: none;
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(var(--theme_couleur_gris_clair));
}
@media screen and (max-width: 1024px) {
	.associer-article {
	width: 100%;
	max-width: 33.33333333%;
	/*border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgb(var(--theme_couleur_gris_clair));*/
	position: relative;
	transition-property: max-width,padding;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	padding-right: 30px;
	padding-left: 30px;
	border-bottom-style: none;
	flex-grow: 1;
	}
	.associer-article:nth-of-type(3n+1) {
	/*border-left-style: none;	*/
	}
}
@media screen and (max-width: 680px) {
	.associer-article {
	max-width: 100%;
	border-left-style: none;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom-style: solid;
	padding-bottom: 15px;
	}
}
.associer-article:last-of-type {
	border-bottom-style: none;
	padding-bottom: 0px;
}
@media screen and (max-width: 1024px) {
	.associer-article:last-of-type {
	padding-bottom: 30px;
	}
}
@media screen and (max-width: 680px) {
	.associer-article:last-of-type {
	padding-bottom: 0px;
	}
}
.associer-article-visuel {
	display: none;
	float: none;
	position: relative;
	margin-bottom: 20px;
	cursor: pointer;
}
@media screen and (max-width: 1024px) {
	.associer-article-visuel  {
	display: block;
	}
}
@media screen and (max-width: 680px) {
	.associer-article-visuel  {
	display: none;
	}
}
.associer-article:first-of-type .associer-article-visuel  {
	display: block;
}
.associer-article-visuel figure {
	display: block;
	float: none;
	position: relative;

}
.associer-article-visuel figure img, .associer-article-visuel figure video {
	display: block;
	float: none;
	position: relative;
	height: auto;
	width: 100%;
}
.associer-article-visuel figure figcaption {
	display: flex;
	float: none;
	height: 100%;
	width: 100%;
	position: absolute;
	justify-content: center;
	align-items: center;
	left: 0px;
	top: 0px;
}
.associer-article-visuel-video {
	display: block;
	float: none;
	position: relative;
	height: auto;
	width: 45px;
	transition-property: height,width;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
	cursor: pointer;
}
.associer-article-visuel-video:hover {
	width: 50px;
}
.associer-article-visuel-video svg {
	display: block;
	float: none;
	height: 100%;
	width: 100%;
	position: relative;
}
.pictogramme-video {
	fill: rgba(255,255,255,0.6);
}
.associer-article-visuel-video:hover> svg .pictogramme-video {
	fill: rgba(255,255,255,1);
}
.associer-article-contenu {
	display: flex;
	float: none;
	position: relative;
}
.associer-article-contenu-numero {
	display: block;
	float: none;
	position: relative;
	width: 35px;
	min-width: 35px;
	max-width: 35px;
	flex-grow: 1;
}
.associer-article-contenu-numero div {
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: rgb(var(--theme_couleur_1));
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(var(--theme_couleur_1));
	display: inline-block;
}
.associer-article-contenu-nom {
	display: block;
	float: none;
	position: relative;
	flex-grow: 1;
}
.associer-article-contenu-nom h4 {
	margin: 0px;
}
.associer-article-contenu-nom h4 a, .associer-article-contenu-nom h4 div {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.associer-article-contenu-nom h4 a:hover, .associer-article-contenu-nom h4 div:hover  {
	color: rgb(var(--theme_couleur_1));
}
.associer-article-contenu-date {
	display: block;
	float: none;
	padding-top: 5px;
	position: relative;
}
.associer-article-contenu-date time {
	font-size: 14px;
	display: inline-block;
	user-select: none;
}
.associer-article-contenu-resume {
	display: none;
	float: none;
	position: relative;
}
.associer-article-contenu-resume.associer-album{
	display: block;
}
@media screen and (max-width: 680px) {
	.associer-article-contenu-resume {
	display: block;
	}
}
@media screen and (max-width: 1024px) {
	.section-associer .espace, .article-associer .espace {
	display: none;
	}
}
@media screen and (max-width: 360px) {
	.section-associer .espace, .article-associer .espace {
	display: block;
	}
}
@media screen and (max-width: 1024px) {
	.article-associer .associer-cote, .section-associer .associer-cote {
	display: none;
	}
}
@media screen and (max-width: 360px) {
	.article-associer .associer-cote, .section-associer .associer-cote {
	display: block;
	}
}


