	.liste {
		display: flex;
		position: relative;
		width: 50em;
		justify-content: space-evenly;
		align-content: space-around;
		gap: 20px 20px;
		flex-wrap: wrap;
	}

	div.sous_liste {
		width: 15em;
		border: 2px solid #B8B4AD;
		border-radius: 10% / 50%;
		text-align: center;
		padding: 10px;
		background-color: #DC9555;
		font-weight: bolder;
	}

	.sous_liste:hover {
		border: 2px solid #4E4E4E;
	}

	.boxes_presentation {
		display: flex;
		position: relative;
		justify-content: center;
		align-content: space-around;
		gap: 20px 20px;
		flex-wrap: wrap;
		padding-top: 1em;
	}

	.box {
		box-shadow: 6px 6px 6px #BFB8BA;
		border-radius: 10% / 50%;
		width: 20%;
		height: 20%;
		background-size: cover;
	}

	.box:hover {
		border: 4px solid #FF6E00;
	}

	.box_click {
		display: inline-block;
		position: relative;
		z-index: 1;
		padding: 1em 7em 8em 7em;
		opacity: 0;
		text-align: center;
	}
.wf_file_icon {width:24px; }