.elementor-8944 .elementor-element.elementor-element-b174cae{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-a406f73 */.filtre-annees, .filtre-type {
	margin-bottom: 1em;
	font-size:18px;
}
.filtre-type{border-bottom: 1px solid #ccc; padding-bottom:20px;}



.filtre-annees a, .filtre-type a {
	text-decoration: none;
	color: var( --e-global-color-accent );
}

.filtre-annees a:hover, .filtre-type a:hover {
	text-decoration: none;
	color:#000;
}

.filtre-annees a.anneecourante,
.filtre-type a.typecourant {
	font-weight: bold;
	color: var( --e-global-color-primary );
}



/* === CONTAINER GLOBAL === */


.unepublication img {
	border-radius: 5px;
}
.textespublication h3 {
	margin: 0 0 0.5em;
}
.textespublication .bouton {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}


.listepublications {
	display: flex;
	flex-direction: row;
	gap: 1.5em;
	flex-wrap:wrap;

}

/* === UNE PUBLICATION === */
.unepublication {
	display: flex;
	align-items: flex-start;
	gap: 1.5em;
	padding: 1em;
	background: #f6f6f6;
	border-radius: 6px;
		width:48%;
}

/* === IMAGE === */
.unepublication .image.publication a {
	display: block;
	width: 120px;
	min-width: 120px;
	height: 180px;
	border-radius: 4px;
}

.unepublication .image.publication img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 4px;
}

/* === TEXTES === */
.textespublication {
	flex: 1;
	color: #333;
}

.textespublication h3 {
	font-size: 1rem;
	font-weight: 700;
	margin: 0 0 0.3em;
	color: #222;
}

.textespublication h3 a {
	text-decoration: none;
	color: inherit;
}

.textespublication p {
	font-size: 0.95rem;
	line-height: 1.4;
	margin: 0 0 0.8em;
	color: #444;
}

/* === BOUTON === */
.textespublication .bouton {
	display: inline-flex;
	align-items: center;
	gap: 0.4em;
	background: #e0e0e0;
	color: #222;
	text-decoration: none;
	font-size: 0.9rem;
	padding: 0.4em 0.8em;
	border-radius: 4px;
	transition: background 0.2s ease;
}

.textespublication .bouton:hover {
	background: #ccc;
}

.textespublication .bouton svg {
	width: 0.8em;
	height: 0.8em;
	fill: currentColor;
}

/* === RESPONSIVE === */
@media (max-width: 1024px) {
	.unepublication {
		align-items: stretch;
		width:100%;
}
}

@media (max-width: 600px) {
	.unepublication {
		flex-direction: column;
		align-items: stretch;
		width:100%;
}
}/* End custom CSS */