.main > a {
	/* Placement: */
	display:               grid;
	grid-template-columns: 1fr 2fr;
	width:                 100%;
	margin:                0 0 30px 0;

	/* Texts: */
	text-decoration:       none;

	/* Colors: */
	color:                 var(--color-black);
}
.main > a:last-child {
	margin:                0;
}
.main > a > div {
	/* Placement: */
	display:               flex;
	flex-flow:             column;
	justify-content:       center;
}
.main > a > div:first-child > h2 {
	/* Placement: */
	margin:                0;
	line-height: 3rem;

	/* Texts: */
	font-size:             50px;
	font-family:           'ibm';
}
.main > a > div:first-child > h3 {
	/* Placement: */
	margin:                0;

	/* Texts: */
	font-size:             24px;
	font-family:           'ibm-thin-italic';
	font-weight:           100;
}
.main > a > div:last-child > img {
	/* Placement: */
	width:                 100%;
	height:                480px;

	/* Images: */
	object-fit:            cover;
}



/* Règles particulières par projets */
#projet_sekkaya > div:last-child > img { object-fit: contain; }
