#liste_PR
{
	padding: 10px 20px 10px 20px;
	overflow-y: auto;
	overflow-x: hidden;
	height: 400px;
	width: 220px;
	border: solid thin #ccc;
	position: relative;
	display: none;
}

#step1:target #liste_PR
{
	display: block;	
}
#step1{
	scroll-margin-top: 130px;
}
.selection input[type="radio"]
{
	display: flex;
	width: 19px;
	height: 25px;
	display: none;
}
.selection label
{
	display:inline-block;
	color: #707173
}
.selection input[type="radio"]:checked + label
{
	color: rgb( 93 , 174 , 43 );
}
.selection input[type="radio"]:hover + label
{
	color: rgb( 93 , 174 , 43 );
}
#detail_PR
{
	display: none;
	border: solid thin #ccc;
	padding: 10px 20px 10px 20px;
	font-size: 15px;
	width: 600px;
	height: 400px;
	overflow-y: auto;
	position: inline;
}
#detail_PR .ok
{
	width : 50px;
	height : 50px;
	border-radius: 100%;	
	background: rgb(93 , 174 , 43);
	color: #fff;
	display: inline;
	float: right;
	margin-right: 20px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 3em;
	min-height: 50%;
}

/*
rgb(252 , 219 , 12);
rgb(255 ,230 , 0);

rgb(139 , 139 , 139);
*/

#detail_PR .not_ok
{
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: rgb(252 , 219 , 12);
	display: inline;
	margin-right: 20px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 3em;
	min-height: 50%;
}
.cont
{
	display: block;
	border: solid thin #ccc;
	padding: 5px 5px 5px 5px;
	font-size: 13px;
	right: 12em;	
	width: 200px;
	color: rgb( 81 , 98 , 111 );
	float: right;
	margin-top: -30px;
	margin-right: 50px;
}

.livmode{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:5px;
}

.livmode img{
	border: 1px solid #FFA500 ;
}

.livmode img:hover{
	border: 1px solid #a76c00 ;
}

#liste_PR .selection label{
	box-sizing: border-box;
	width: 100%;
	border-top: 1px solid #000;
	padding: 30px 10px;
}

#liste_PR .selection label h2{
	margin: 0;
}

@media screen and (max-width: 1040px) {
	#step1{
		scroll-margin-top: 60px;
	}
}

@media screen and (max-width: 950px) {
	#liste_PR{
		width: 100%;
		margin-bottom: 20px;
	}

	#detail_PR{
		width: 100%;
	}
	.cont
	{
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100px;
		background: #FFA500;
		color: #fff;
		text-align: center;
		padding: 10px 0;
		z-index: 999;
		font-size: 14px;
		font-weight: bold;
	}

	.cont .button_ok{
		background: #353535;
		color: #fff;
		padding: 10px 20px;
		display: block;
		width: 200px;
		height: 75px;
		margin: 5px auto!important;
	}

	.cont .button_ok:hover{
		background: #000;
	}

}

@media screen and (max-width: 450px) {
	#step1 a img{
		max-width: 150px;
	}
	
}