.tropheeResponsive{
	display:none;
}
.tropheeBg{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	overflow:hidden;
}
.allTrophee .tropheeBg img{
	width:13em;
}
.allTrophee .tropheeBg img:nth-child(1){
	position:absolute;
	left:15%;
	transform:rotate(-35deg);
	bottom:-10%;
}
.allTrophee .tropheeBg img:nth-child(2){
	margin:0 auto -1em;
	z-index:2;
	position:relative;
}
.allTrophee .tropheeBg img:nth-child(3){
	position:absolute;
	right:15%;
	transform:rotate(35deg);
	bottom:-10%;
}
.trophes .allTrophee h2{
	font-size:2em;
	text-transform:uppercase;
	padding:0.1em;
	font-family:"Inconsolata", cursive;
	position:relative;
}
.trophes .allTrophee .titreTrophe1{
	background-color:var(--basicText2022);
	color:white;
	margin:0 auto;
}
.trophes .allTrophee .titreTrophe1:nth-child(2){
	width:80%;
}
.trophes .allTrophee .titreTrophe1:nth-child(3){
	color:var(--basicColor1);
	background-color:white;
	width:90%;
}