/* Fiche test - DOM 2/5 : colonne gauche, boites et listes arborescentes */

/* Styles pour la colonne gauche */
#col_gauche {
	box-sizing: border-box;
	overflow: visible; /* Permet au #percent de dÃ©passer complÃ¨tement */
}

#col_gauche > * {
	box-sizing: border-box;
	max-width: 100%;
	overflow-x: hidden;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

#col_gauche fieldset {
	box-sizing: border-box;
	max-width: 100%;
	overflow-x: hidden;
	overflow-y: visible !important; /* Permet au zoom de dÃ©passer sans scrollbar */
	word-wrap: break-word;
	overflow-wrap: break-word;
}

#col_gauche .test_jeu_review {
	box-sizing: border-box;
	max-width: 100%;
	overflow-x: hidden;
	overflow-y: visible !important; /* Permet au zoom des images de dÃ©passer sans scrollbar */
	word-wrap: break-word;
	overflow-wrap: break-word;
}

/* S'assurer que le fieldset box_magazines permet le dÃ©bordement */
#col_gauche #box_magazines,
#col_droite #box_magazines,
#col_gauche fieldset.test_jeu_review {
	overflow-x: hidden;
	overflow-y: visible !important; /* Permet au zoom de dÃ©passer sans scrollbar */
}

#col_gauche #box_magazines,
#col_droite #box_magazines {
	width: auto;
	max-width: 100%;
	min-width: 0;
	min-inline-size: 0;
	box-sizing: border-box;
}

#col_droite #box_magazines .test-card-box-magazine-row {
	width: auto;
	margin-left: 0;
	margin-right: 0;
}

/* Colonne gauche - blocs historiques de fiche, boite et descriptions */
.box_jeu_boite{
    text-align: center;
    max-width: 100%;
	box-sizing: border-box;
	overflow: visible; /* Permet au #percent de dÃ©passer complÃ¨tement */
	margin: 0px 10px 20px 15px;
	padding : 20px 20px 20px 20px;
    background-color: rgba(0, 0, 0, 0.2); 
  border: 1px solid rgba(255, 255, 255, 0.34);
	border-radius : 5px;
	position : relative;
}


.box_jeu_boite img {
	max-width: 100%;
	height: auto;
	/*display: block;*/
    margin-left: auto;
    margin-right: auto;	
	transition: all .4s ease-in-out;
}

.box_jeu_boite img:hover{
	transform : scale(1.1);
	  transition: all .4s ease-in-out;
	  margin : auto;
}

.box_pp_boite{
    text-align: center;
    /*max-width: 100%;*/
	margin: 0px 10px 0px 10px;
	padding : 15px 15px 15px 15px;
	/*rgba(200, 250, 250, 0.2);*/
	border-radius : 5px;
	border: 1px solid rgba(255, 255, 255, 0.34);
	background: rgba(0, 0, 0, 0.2);
	position : relative;
}

.test-readability-blur .test_jeu,
.test-readability-blur .test_jeu_review,
.test-readability-blur .box_jeu_boite,
.test-readability-blur #solution,
.test-readability-blur #review,
.test-readability-blur #vrac,
.test-readability-blur #source,
.test-readability-blur #col_gauche fieldset,
.test-readability-blur #col_droite fieldset,
.test-readability-blur .accordion-header {
	-webkit-backdrop-filter: blur(4px) brightness(0.85);
	backdrop-filter: blur(4px) brightness(0.85);
	transition: backdrop-filter 0.25s ease, -webkit-backdrop-filter 0.25s ease;
}

.box_pp_boite img {
	max-width: 100%;
	height: auto;
	display: block;
    margin-left: auto;
    margin-right: auto;	
	transition: all .4s ease-in-out;
}

.box_pp_boite img:hover{
	transform : scale(1.1);
	  transition: all .4s ease-in-out;
	  margin : auto;
}

.box_jeu_desc{
	font-size: var(--type-size-test-box-container);
    font-family: var(--font-test-value);
    /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.85);*/
	color : rgba(248, 252, 255, 0.94);
	text-shadow: 0 1px 2px rgba(0, 0, 250, 0.95), 0 0 6px rgba(0, 0, 50, 0.55);
	text-align : left;
	/*width : auto;*/
	max-width: 100%;
	box-sizing: border-box;
	word-wrap: break-word;
	overflow-wrap: break-word;
	margin: 5px 0px 30px 20px;
	border-radius : 5px;
	line-height: 1;
	/*height : auto;*/
}

.box_jeu_desc:not(.box_jeu_playlist_desc) {
	overflow-x: hidden;
	overflow-y: visible; /* Permet au zoom des images de dÃ©passer sans scrollbar */
}

.box_jeu_desc a{
	font-size: inherit;
    font-family: inherit;
	text-decoration : none;
	color : rgba(166, 190, 255, 0.95);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.85);
}

.box_jeu_desc a:hover {
	color: rgba(205, 218, 255, 0.98);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.12em;
	line-height: inherit;
}

.box_jeu_desc h1 {
	font-size: var(--type-size-test-box-label);
	font-family: var(--font-test-label);
    color: rgb(250,250,250);
    text-shadow: 1px 1px 1px #0000c9;
	display:inline ;
    text-align : left;
	text-transform: uppercase;
	line-height: 1;
}

.box_jeu_desc h2 {
	font-size: var(--type-size-test-box-label);
	font-family: var(--font-test-label);
    color: rgb(250,250,250);
    text-shadow: 1px 1px 1px #0000c9;
	display:inline ;
    text-align : left;
	text-transform: uppercase;
	line-height: 1;
}

.box_jeu_desc h3 {
	margin: 0.15rem 0 0.45rem 0;
	font-family: var(--font-test-label);
	font-style: normal;
	font-size : var(--type-size-test-box-subtitle);
	color: rgba(250, 250, 250, 0.9);
	text-shadow: 1px 1px 1px #0000c9;
}

.box_jeu_detail {
	font-family: var(--font-test-label);
	font-size: var(--type-size-test-box-detail);
	color: rgb(250,250,250);
	text-shadow: 1px 1px 1px #0000c9;
}

#box_magazines .magazine-left-title-link {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 0.22rem;
	font-family: var(--font-test-label);
	font-size: var(--type-size-test-box-label);
	line-height: 0.95;
	color: rgb(250,250,250);
	text-shadow: 1px 1px 1px #0000c9;
}

#box_magazines .magazine-left-title-link:hover {
	color: rgba(166, 190, 255, 0.95);
	text-decoration: none;
}

#box_magazines .magazine-left-title {
	display: block;
	font-family: var(--font-test-label);
	font-size: var(--type-size-test-box-label);
	line-height: 0.95;
}

#box_magazines .magazine-left-date {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	padding: 0.22rem 0.38rem;
	color: rgba(235, 240, 242, 0.86);
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 4px;
	font-family: var(--font-magazine-meta);
	font-size: var(--type-size-test-box-value-small);
	line-height: 1;
	/*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);*/
		text-shadow: 0 1px 2px rgba(0, 0, 250, 0.95), 0 0 6px rgba(0, 0, 50, 0.55);
	letter-spacing: 0;
}


.box_jeu_desc h5 {
    text-align: center;
    width: 100%;
}

.box_jeu_desc h6 {
    text-align: center;
    width: 100%;
	margin-top : -15px;
}

.box_jeu_desc h7 {
	font-size: var(--type-size-test-box-section);
    color: #7cd4ff;
    text-shadow: 1px 1px 1px #0000c9;
	display: inline-block;
    width: 100%;
	text-transform: uppercase;
    text-align : left;
	font-family: var(--font-test-label);
}



.box_jeu_desc_titre {
    max-width: 100%;
    font-size: var(--type-size-test-box-title);
	letter-spacing : 0px;
	color : #f9ff9b;
	text-shadow: 2px 2px 1px #003599;	
	text-transform: uppercase;
	text-align : left;
	vertical-align: top;
	margin: 5px 0px 30px 10px;
	padding : 0px 10px 5px 0px;
}



.box_jeu_comment{
	font-size: var(--type-size-test-box-comment);
	letter-spacing : 0px;
    color: #76ecff;
    text-shadow: 1px 1px 1px #0000FF;
	text-align : left;
	width : auto;
	margin: 5px 0px 30px 10px;
	padding : 5px ;
	background-color: rgba(0, 0, 0, .2);
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
	
}

.test-card-box {
	position: relative;
	margin-top: 1rem;
	padding: 0.72rem 0.72rem 0.78rem;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.032));
	border: 1px solid rgba(255, 255, 255, 0.34);
	border-radius: 4px;
	box-shadow:
		0 10px 22px rgba(0, 0, 0, 0.28),
		0 0 0 1px rgba(255, 255, 255, 0.08),
		0 0 14px rgba(255, 255, 255, 0.12),
		inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

#col_gauche .test_jeu_review {
	background: rgba(0, 0, 0, 0.2);
	margin: 0px 10px 20px 15px;
	text-shadow: 0 1px 2px rgba(0, 0, 250, 0.95), 0 0 6px rgba(0, 0, 50, 0.55);
}

.test-card-box legend.legend-class {
	font-size: var(--type-size-test-legend);
	padding: 0 0.45rem;
	background: transparent;
	color: #f9c66a;
	text-shadow: 3px 3px 3px #003599;
}

.test-card-box-content {
	display: grid;
	gap: 0.36rem;
	margin-top: 0.1rem;
}

.test-card-box-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: center;
	gap: 0.18rem;
	min-height: 1.22rem;
	padding: 0.2rem 0.36rem;
	/* background: rgba(250, 250, 250, 0.15); */
	/* border: 1px solid rgba(255, 255, 255, 0.08); */
	border-radius: 4px;
}

.test-card-box-row--group {
	/* background: rgba(151, 255, 236, 0.12); */
	/* border-color: rgba(151, 255, 236, 0.2); */
}

.test-card-box-row--group .test-card-box-label {
	color: rgba(244, 210, 93, 0.92);
}

#box_information .test-card-box-row {
	grid-template-columns: minmax(7.2rem, 42%) minmax(0, 1fr);
	column-gap: 0.75rem;
	align-items: center;
}

#box_information .test-card-box-label,
#box_information .test-card-box-value,
#box_information .test-card-box-value a {
	display: flex;
	align-items: center;
	min-height: 1rem;
}

#box_information .test-card-box-value {
	padding-left: 0.18rem;
}

.test-card-box-game-row {
	gap: 0.28rem;
}

.test-card-box-game-row .test-card-box-label {
	color: rgba(235, 240, 242, 0.86);
}

.test-card-box-meta {
	display: block;
	margin-top: 0.16rem;
	color: rgba(151, 255, 236, 0.78);
	font-family: var(--font-test-label);
	font-size: var(--type-size-test-box-meta);
	line-height: 1;
	text-shadow: 1px 1px 1px #0000c9;
	text-transform: uppercase;
}

#box_ludographie .test-card-box-meta {
	margin-top: 0.18rem;
	color: rgba(235, 240, 242, 0.70);
	font-family: var(--font-test-value);
	font-size: var(--type-size-test-box-meta-small);
	font-weight: 400;
	line-height: 1;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
	text-transform: none;
}

#box_societe_personnalites .test-card-box-meta {
	margin-top: 0.18rem;
	color: rgba(235, 240, 242, 0.70);
	font-family: var(--font-test-value);
	font-size: var(--type-size-test-box-meta-small);
	font-weight: 400;
	line-height: 1;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
	text-transform: none;
}

.test-card-box-image {
	display: block;
	width: min(320px, 100%);
	margin: 0.42rem auto 0;
	border-radius: 4px;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.32);
}

.test-card-box-media {
	margin: 0;
}

.test-card-box-media .wrapper {
	margin: 0;
}

.test-card-box-media ol {
	margin: 0.25rem 0 0;
	padding-left: 1.35rem;
}

.test-card-box-media li {
	margin: 0.18rem 0;
	color: rgba(248, 252, 255, 0.94);
	font-family: var(--font-test-value);
	font-size: var(--type-size-test-magazine-content);
	line-height: 1.1;
}

.test-card-box-media a {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: rgb(215 225 255 / 95%);
	text-decoration: none;
}

.test-card-box-media a:hover {
	color: rgba(205, 218, 255, 0.98);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.12em;
}

#box_playlist #box_test_wrapper.wrapper ol li,
#box_playlist #box_test_wrapper.wrapper ol li a {
	font-family: var(--font-test-value);
	font-size: var(--type-size-test-playlist);
	line-height: 1.55;
}

#box_playlist #box_test_wrapper.wrapper ol li a {
	color: rgb(215 225 255 / 95%);
}

#box_playlist #box_test_wrapper.wrapper ol {
	counter-reset: playlist-track;
	list-style: none;
	padding-left: 0;
}

#box_playlist #box_test_wrapper.wrapper ol li {
	display: grid;
	grid-template-columns: 2.45em minmax(0, 1fr);
	column-gap: 0.22rem;
	align-items: start;
	counter-increment: playlist-track;
	height: auto;
	min-height: 0;
	overflow: visible;
	white-space: normal;
	padding-top: 0.04rem;
	padding-bottom: 0.04rem;
}

#box_playlist #box_test_wrapper.wrapper ol li::before {
	content: counter(playlist-track, decimal-leading-zero) ".";
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	color: rgba(235, 240, 242, 0.86);
	font-family: var(--font-test-label);
	font-size: var(--type-size-test-playlist);
	line-height: 1.55;
	text-align: right;
	white-space: nowrap;
	text-shadow: 1px 1px 1px #0000c9;
}

#box_playlist #box_test_wrapper.wrapper ol li a {
	margin-left: 0;
	display: block;
	height: auto;
	min-height: 0;
	overflow: visible;
	white-space: normal;
	text-overflow: clip;
	min-width: 0;
	overflow-wrap: anywhere;
}

#box_playlist #box_test_wrapper.wrapper ol li.playing::before {
	content: counter(playlist-track, decimal-leading-zero) ".";
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	line-height: 1.55;
	font-family: var(--font-test-label);
	font-size: var(--type-size-test-playlist);
	color: rgba(235, 240, 242, 0.86);
	text-align: right;
	white-space: nowrap;
	text-shadow: 1px 1px 1px #0000c9;
}

#box_playlist #box_test_wrapper.wrapper ol li.playing a {
	color: rgb(215 225 255 / 95%);
}

#box_playlist #box_test_wrapper.wrapper ol li a:hover {
	color: rgb(215 225 255 / 95%);
	text-decoration: none;
}
