#liste_themes{
	display:flex;
	padding:0;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom:0;
}
#liste_themes>li{
	/* margin-top:5px; */
	margin-right:2%;
	margin-bottom:15px;
	display:block;
	cursor:pointer;
	border-radius:10px;
	padding:5px;
	width:47%;
	min-width:160px;
	text-align:center;
	font-size:1rem;
}

#liste_themes>li>.image{
	width:100%;
	min-width:150px;
	aspect-ratio: 1 / 0.5;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius:5px;
	margin:auto 0;
	margin-bottom:5px;
}
#liste_themes>li>div{
	flex:1;
}
.public_price{
	font-weight:bold;
}
.ent_price{
	font-size:0.8rem;
}
#choix_theme{
	display:none;
	width:100%;
	font-size:1.5rem;
}
#see_other{
	margin-top:15px;
	display:none;
	width:100%;
	font-size:1rem;
	background-color: rgba(232, 232, 232, 0.9);
	border-radius:5px;
	text-align:center;
	cursor:pointer;
}
#theme_infos{
	padding:15px 15px;
	border-radius:15px;
	background-image:url("/maca_icerns_portal/static/src/img/bienvenue_numstrat.jpg");
	background-position: 50% 50%;
	background-size: cover;
	height: calc(100% - 15px);
}
#head_info{
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	width:100%;
}
#big_picture{
	width:100%;
	display:flex;
}
#pict{
	display:none;
	width:49%;
	aspect-ratio: 1 / 0.5;
	border-radius:10px;
	border:1px solid white;
	background-image:url("/base/static/img/avatar_grey.png");
	background-position: 50% 50%;
	background-size: cover;
}
#theme_name{
	flex:1;
	display:flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding:5px;
	margin-left:2%;
	min-height:100px;
	text-align:center;
	font-size:1.2rem;
	background-color: rgba(232, 232, 232, 0.9);
	border-radius:5px;
}
#theme_name p{
	
}
#detail_info{
	display:none;
	margin-top:15px;
	background-color: rgba(232, 232, 232, 0.9);
	padding:20px;
	border-radius:5px;
}
.detail_info_name{
	margin-top:0.3rem;
	margin-bottom:0.5rem;
}
.detail_info_price{
	font-weight:bold;
	margin-bottom:0;
}
.detail_info_ent_price{
font-size:0.9rem;	
}
@media screen and (max-width: 500px) {
	#liste_themes>li{
		margin-top:5px;
		margin-right:0px;
		margin-bottom:15px;
		display:block;
		cursor:pointer;
		border-radius:10px;
		padding:5px;
		width:98%;
		min-width:160px;
		text-align:center;
		font-size:1rem;
	}
	#liste_themes{
			padding:15px;
	}
	#theme_infos{
		border-radius:0;
	}
	#big_picture{
		flex-wrap: wrap;
		justify-content: center;
	}
	#pict{
		display:none;
		width:100%;
		aspect-ratio: 1 / 0.5;
		border-radius:10px;
		border:1px solid white;
		background-image:url("/base/static/img/avatar_grey.png");
		background-position: 50% 50%;
		background-size: cover;
	}
	#theme_name{
		flex:none;
		width:100%;
		margin-top:15px;
		margin-left:0%;
		min-height:100px;
		text-align:center;
		font-size:1.2rem;
		background-color: rgba(232, 232, 232, 0.9);
		border-radius:5px;
	}
}