body {
	max-width: 90%;
	margin: 0 auto;
	margin-top: 1em;
	margin-bottom: 1em;
	font-family: 'IBM Plex Mono', monospace;
	background-color: #03203A ; /* gris : F5F5F5, gris-bleu : EAECEC, jaune : FDF1C4, jaune-papier : FEF5D8, rouge : FEEFEC,*/
	color: #F5F5F5; /* blanc : F5F5F5 */
}

.icone {
	width: 19px;
	vertical-align: middle;
}

/* AUTRES ÉLÉMENTS */

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
	margin-bottom: 30px;
	text-decoration: underline;
}

ul {}

li {}

a {
	color: #94FBAB; /* rose fonce : 793E6A, bleu fonce : 1A7566, ecarlate : D7263D*/
}

#titre {}

#intitule {}

.intitule {
	margin: 0;
}

#liens_externes {
	margin-top: 10px;
}

/* PORTFOLIO */

#portfolio {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}

.portfolio-item {
	width: 400px;
	max-width: 100%;
	/* background-color: red; */
	margin-bottom: 10px;
	overflow: hidden;
	background-position: top; /* Top the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
	position: relative;
}

.portfolio-image {
	width: 396px;
	max-width: 100%;
	height: 200px;
	max-height: 50%;
	outline: 2px solid white;
	outline-offset: -2px;
	background-position: top left; /* Top the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
	position: relative;
}

.portfolio-image:hover {
	
}

.portfolio-item-text {
	padding: 20px 20px 20px 0px;
}

.portfolio-item-title {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 10px;
}