.tropheeBg{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
.oneTrophee{
	width:30%;
}
.trophes .oneTrophee img{
	height:13em;
	width:auto;
	display:block;
	margin:0 auto;
}
.trophes .oneTrophee h2{
	font-size:2em;
	text-transform:uppercase;
	padding:0.1em;
	font-family:"Inconsolata", cursive;
}
.trophes .oneTrophee .titreTrophe1{
	background-color:var(--basicText2022);
	color:white;
}
.trophes .oneTrophee .titreTrophe2{
	color:var(--basicColor1);
}