.the-posts.illustrated {
	list-style-type:none;
	display:flex;
	margin:0;
	flex-wrap:wrap;
	padding-left:0;
	justify-content: space-between;

}

.the-posts.illustrated .item {
	width: 15%;
	margin-bottom:1%;
	max-width:
}

.the-posts.illustrated img {
	max-width: 100%;
	height:auto;
}

.wp-block-post-content img {
  max-width: 100%;
  height: auto;
}

.wp-block-post-excerpt__excerpt img {
	max-width:100%;
}

@media only screen and (min-width: 600px){
	.wp-block-post.format-image h2,
	.wp-block-post.category-format-photographie h2 {
		border-top: 1px solid black;
		margin-top: 0;
		padding-top: 1rem;
	}
}

.entry-content .credits {
	margin-block-start: 5em;
	padding-top:1em;
	color:var(--wp--preset--color--primary);
	border-top: 1px solid var(--wp--preset--color--primary);
	font-size: var(--wp--preset--font-size--small);
}

/*
.columns-3 li img {
  box-shadow: 0 0 0 rgb(0 0 0 / 15%);
  transition: box-shadow .15s ease-out,transform .15s ease-out;
    transition-delay: 0s, 0s;
  transition-delay: .1s;
  border: none;
}

.columns-3 li:hover img {
  transform: translateY(-4px);
  box-shadow: 10px 10px 10px 0 rgb(0 0 0 / 10%);
  transition-delay: 0;
}
*/





