/*
	BRIDGE TRAINING

	Design et styles du joueur de donnes
	Feuille de styles de la page (CSS)

	Vincent Jockin 2010-2023
*/

@font-face {
  font-family: "PCKT";
  src: url('fonts/cards.eot');
  src: url('fonts/cards.eot?#iefix') format('embedded-opentype'),
     url('fonts/cards.woff') format('woff'),
     url('fonts/cards.ttf') format('truetype');
}

/*	—————————————————————————————————— */
/*	Généralités et classes prédéfinies */
/*	—————————————————————————————————— */

	/* Couleurs */
	.bt-red { color: #cc004c; }
	.bt-orange { color: #f37021; }
	.bt-gold { color: #f79419; }
	.bt-yellow { color: #fcb711; }
	.bt-green { color: #0db14b; }
	.bt-blue { color: #0089d0; }
	.bt-marin { color: #3274bd; }
	.bt-purple { color: #6460aa; }

	/* Conteneur principal */
	main {
		background: #fff;
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	main p {
		line-height: 72px;
	}
	main p a img {
		vertical-align: bottom;
	}




/*	————————————————————————————— */
/*	Header, logo et autres styles */
/*	————————————————————————————— */

	/* Logotype */
	#ID_TABLE_LOGO {
		margin: .5rem 0px 0px -.5rem;
	}
	#bt-logo {
		transform: scale(95%);
		max-width: 100%;
		height: auto;
	}
	#cdb-logo {
		max-width: 100%;
	}

	/* Informations */
	header {
		position: fixed;
		top: calc(24px + .5rem);
		right: 1rem;
		display: flex;
	}
	header span {
		flex: 1;
		margin-left: 1em;
	}
	header div {
		display: flex;
		align-items: flex-end;
	}
	@media screen and (min-aspect-ratio: 1/1) {
		header {
			top: 1rem;
			left: 150px;
		}
	}
	#fullscreen-alt {
		margin-right: 1.25vh;
	}

	#ID_PAGE_CONTENU {
		flex-direction: column;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		justify-content: center;
	}

	#ID_PAGE_CONTENU_WRAPPER {
		display: flex;
		justify-content: space-around;
	}

	#ID_TABLE_LEFT {
		flex: 1;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	#ID_TABLE_LEFT_MAIN {
		flex: 1;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}

	#ID_TABLE_CENTRE {
		flex: 1.5;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-around;
	}

	#ID_TABLE_RIGHT {
		flex: 1;
		display: flex;
		flex-direction:column;
		justify-content: space-evenly;
	}

	#ID_TABLE_INFORMATIONS {
		display: flex;
		flex-direction: column;
		margin-top: 16px;
	}
	#ID_TABLE_INFORMATIONS [id^="ID_TABLE_"]:not(img):not(#ID_TABLE_CONTRAT) {
		margin-bottom: .5rem;
		font-size: .9rem;
		letter-spacing: -.02rem;
		border-radius: .25rem;
		box-sizing: border-box;
		overflow: hidden;
	}
	#info-alt {
		position: fixed;
		top: 10%;
	}

	/* Contrat & Objectif */
	#ID_TABLE_CONTRAT_CONTAINER {
		position: relative;
		padding: 1px;
		background: linear-gradient(90deg, rgba(255, 196, 0, 0.05) 0%, rgba(255, 196, 0, 0.41) 100%);
		border-radius: 12px !important;
	}
	#ID_TABLE_CONTRAT_CONTAINER::before {
		content: '';
		position: absolute;
		top: -1px;
		left: -1px;
		right: -1px;
		bottom: -1px;
		z-index: -1;
		border-radius: inherit;
	}
	#ID_TABLE_CONTRAT_CONTAINER div {
		background: #132C15;
		border-radius: 12px;
	}
	#ID_TABLE_CONTRAT_WRAPPER {
		max-height: 3.6875rem;
		margin-bottom: 0 !important;
		background: linear-gradient(90deg, rgba(255, 196, 0, 0.15) 0%, rgba(255, 196, 0, 0) 100%);
	}
	#ID_TABLE_CONTRAT_WRAPPER > span {
		display: inline-block;
		min-height: 0.875rem;
		line-height: 1.75rem;
		box-sizing: border-box;
	}
	#ID_TABLE_CONTRAT_WRAPPER > span:nth-child(1),
	#ID_TABLE_CONTRAT_WRAPPER > span:nth-child(3) {
		color: #fff;
		font-weight: 500;
	}
	#ID_TABLE_CONTRAT_WRAPPER > span:nth-child(1) {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 3px;
		/*width: 4.5rem;*/
		padding-left: .5rem;
	}
	/*#ID_TABLE_CONTRAT_WRAPPER > span:nth-child(2) {
		width: calc(100% - 5.3rem);
		right: .4rem;
	}*/
	#ID_TABLE_CONTRAT_WRAPPER > span:nth-child(2) > b,
	#ID_TABLE_CONTRAT_WRAPPER > span:nth-child(2) > i {
		line-height: 1;
		vertical-align: -.0625rem;
	}
	#ID_TABLE_CONTRAT_WRAPPER > span:nth-child(3) {
		display: block;
		padding: 0px .4rem;
	}
	#ID_TABLE_CONTRAT_WRAPPER > span:nth-child(3)::before {
		content: '';
		float: left;
		background-image: url('images/bt-icon-target.png');
		background-size: cover;
		width: 1.6rem;
		height: 1.6rem;
		margin: .1rem .25rem 0px 0px;
		font-size: 1rem;
	}

	#ID_TABLE_CONTRAT_WRAPPER.bt-only-target-icon,
	#ID_TABLE_CONTRAT_WRAPPER.bt-only-one-line {
		min-height: 1.875rem;
	}
	#ID_TABLE_CONTRAT_WRAPPER.bt-only-target-icon > span:nth-child(1),
	#ID_TABLE_CONTRAT_WRAPPER.bt-only-target-icon > span:nth-child(2),
	#ID_TABLE_CONTRAT_WRAPPER.bt-only-one-line > span:nth-child(3) {
		display: none;
		border: 0px none;
	}

	#ID_TABLE_CONTRAT sup.txtPrime {
		display: inline-block;
		font-family: 'Arial', sans-serif;
		font-size: .675rem;
		line-height: 1;
	}

	/* Forme de Bridge & Vulnérabilité */
	#ID_TABLE_FORME,
	#ID_TABLE_VULN {
		min-height: 1.875rem;
		line-height: 1.75rem;
		padding: 0px .5rem;
		font-weight: 500;
	}
	#ID_TABLE_FORME {
		color: #fff;
		background: #0089d0;
		border: .0625rem solid #0079c0;
	}
	#ID_TABLE_VULN.bt-vulnerability-0 {
		color: #fff;
		background: #0db14b;
		border: .0625rem solid #07a13b;
	}
	#ID_TABLE_VULN.bt-vulnerability-1,
	#ID_TABLE_VULN.bt-vulnerability-2 {
		color: #cc004c;
		border: .0625rem solid #bc003c;
	}
	#ID_TABLE_VULN.bt-vulnerability-3 {
		color: #fff;
		background: #cc004c;
		border: .0625rem solid #bc003c;
	}
	#ID_TABLE_VULN.bt-vulnerability-4 {
		color: #0089d0;
		border: .0625rem solid #0079c0;
	}

	/* Levées réalisées */
	#ID_TABLE_LEVEES.bt-slide-up {
		margin-top: 0px;
		transition: all .5s;
	}
	#ID_TABLE_LEVEES > span:nth-child(1):not(.bt-icon-player),
	#ID_TABLE_LEVEES > span:nth-child(2) {
		display: inline-block;
		min-height: 1.875rem;
		line-height: 1.75rem;
		margin-right: .75rem;
		border: 1px solid #fff;
		border-radius: 30px;
		box-sizing: border-box;
		overflow: hidden;
	}
	#ID_TABLE_LEVEES > span:nth-child(1) > *,
	#ID_TABLE_LEVEES > span:nth-child(2) > * {
		display: inline-block;
		height: 100%;
		font-weight: 500;
	}
	#ID_TABLE_LEVEES > span:nth-child(1) > span,
	#ID_TABLE_LEVEES > span:nth-child(2) > span {
		padding: 0px .5rem;
	}
	#ID_TABLE_LEVEES > span:nth-child(1) > b,
	#ID_TABLE_LEVEES > span:nth-child(2) > b {
		width: 2rem;
		text-align: center;
	}
	#ID_TABLE_LEVEES.bt-mobile > span:nth-child(1),
	#ID_TABLE_LEVEES.bt-mobile > span:nth-child(2) {
		height: 5vh;
		line-height: calc(5vh - .125rem);
	}

	[id^="ID_TABLE_"] span em {
		margin: 0px .1rem;
		font-style: normal;
	}




/*	———————————————————————————————————— */
/*	Navigation, boutons et autres styles */
/*	———————————————————————————————————— */

	/* Icônes principaux */
	.bt-icon-player {
		display: block;
		width: 5vh;
		height: 5vh;
		margin: .75rem .75rem .75rem 0px;
	}
	.bt-icon-player img[class^="bt-icon"] {
		width: inherit;
		height: auto;
		box-sizing: border-box;
		cursor: pointer;
	}
	.bt-icon-player img[class^="bt-icon"]:not(.bt-icon-about,.bt-icon-fullscreen) {
		padding: .25rem;
	}
	.bt-icon-player:nth-child(3) {
		margin-top: .5rem;
	}

	.bt-icon-about {
		padding: 0px;
		border: 0px none;
	}
	.bt-icon-disabled {
		pointer-events: none !important;
		cursor: default !important;
		opacity: .5;
	}

	/* Boîte de dialogue */
	div.modal-dialog {
		max-width: 28rem;
	}

	div.modal-content,
	div.modal-content a {
		color: #fff;
	}
	div.modal-content {
		background: #203722;
		border: .0625rem solid #374c39;
		border-radius: .5rem;
		box-sizing: border-box;
		box-shadow: .5rem .5rem .5rem 0px rgba(0,0,0,.33);
	}
	div.modal-content > div:not(:last-child) {
		padding: 1rem 2rem 0px 2rem;
	}
	div.modal-content > div:last-child {
		padding: 1rem 2rem 2rem 2rem;
	}
	div.modal-content > div.modal-header {
		position: relative;
	}
	div.modal-content > div.modal-footer > button {
		margin: 0px .5rem;
	}
	div.modal-content > div.modal-footer > button:first-child {
		margin-left: 0px;
	}
	div.modal-content > div.modal-footer > button:last-child {
		margin-right: 0px;
	}
	div.modal-content > div button.btn-primary,
	div.modal-content > div button.btn-secondary {
		color: #0089D0;
		font-weight: 700;
		background: #fff;
		border: none;
		border-radius: 53px;
	}
	div.modal-content > div button.btn-primary:hover,
	div.modal-content > div button.btn-secondary:hover {
		color: #fff;
		background: #0079c0;
	}

	/* Contrat & Objectif */
	div.modal-content #bt-contract {
		position: relative;
		height: 4.1875rem;
		margin: 1rem 0px .75rem 0px;
		letter-spacing: -.02rem;
		border: .0625rem solid #fff;
		border-radius: .25rem;
		box-sizing: border-box;
		overflow: hidden;
	}
	div.modal-content #bt-contract > span {
		display: block;
		position: absolute;
		height: 2.125rem;
		line-height: 2rem;
		box-sizing: border-box;
	}
	div.modal-content #bt-contract > span:nth-child(1),
	div.modal-content #bt-contract > span:nth-child(3) {
		color: #fff;
		font-weight: 500;
	}
	div.modal-content #bt-contract > span:nth-child(1) {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 4.5rem;
		padding-left: .5rem;
		left: 0px;
		top: 0px;
	}
	html[lang="en"] div.modal-content #bt-contract > span:nth-child(1) {
		padding-left: .15rem;
	}
	div.modal-content #bt-contract > span:nth-child(2) {
		width: calc(100% - 4.5rem);
		padding-left: .4rem;
		right: 0rem;
		top: 0px;
	}
	div.modal-content #bt-contract > span:nth-child(2) > b,
	div.modal-content #bt-contract > span:nth-child(2) > i {
		line-height: 1;
		vertical-align: -.0625rem;
	}
	div.modal-content #bt-contract > span:nth-child(3) {
		width: 100%;
		height: 2.0625rem;
		left: 0px;
		bottom: 0px;
		padding: 0px .4rem;
		border-top: .0625rem solid #fff;
	}
	div.modal-content #bt-contract.bt-only-target-icon > span:nth-child(3) {
		height: 2.0625rem;
	}
	div.modal-content #bt-contract.bt-show-trump-goal > span:nth-child(3) {
		height: 4.0625rem;
	}
	div.modal-content #bt-contract > span:nth-child(3)::before {
		content: '';
		float: left;
		background-image: url('images/bt-icon-target.png');
		background-size: cover;
		width: 1.75rem;
		height: 1.75rem;
		margin: .05rem .25rem 0px 0px;
		font-size: 1rem;
	}

	div.modal-content #bt-contract.bt-only-target-icon {
		height: 2.125rem;
	}
	div.modal-content #bt-contract.bt-show-trump-goal {
		height: 4.125rem;
	}
	div.modal-content #bt-contract.bt-only-one-line {
		height: 2.125rem;
	}
	div.modal-content #bt-contract.bt-only-target-icon > span:nth-child(1),
	div.modal-content #bt-contract.bt-only-target-icon > span:nth-child(2),
	div.modal-content #bt-contract.bt-only-one-line > span:nth-child(3) {
		display: none;
		border: 0px none;
	}


	.bt-modal-content {
		display: flex;
		background-position: 0 30px;
		background-repeat: no-repeat;
		width: 440px;
		height: 190px;
		margin: 0 30px 0 30px;
		padding-top: 90px;
		flex-direction: column;
	}
	.bt-modal-buttons {
		display: flex;
		flex-wrap: no-wrap;
		justify-content: space-between;
	}

	.popover {
		cursor: pointer;
	}

	/* Boîte de dialogue informative */
	#bt-last {
		position: relative;
		min-height: 256px;
	}
	.bt-mem {
		position: absolute;
		height: auto;
		border-radius: 10%/6.5%;
		box-shadow: -.125rem .25rem 1rem rgba(0,0,0,.25);
	}

	#bt-lead i {
		font-family: 'pckt';
		font-style: normal;
	}

	i.iconSymbolSA::before {
		font-family: 'Roboto Condensed', 'Arial', sans-serif;
		font-size: 90%;
		letter-spacing: -.025rem;
	}

	/* Message */
	.toast {
		z-index: 1000;
		position: fixed;
		min-width: 160px;
		max-height: 160px;
		overflow: auto;
		color: #fff;
		background: #EE7CFF;
		padding: 1rem;
		border-radius: 27px;
		transform: translate(-50%,-50%);
		user-select: none;
	}




/*	—————————————————————————————————————————— */
/*	Plateau de jeu, Enchères et autres visuels */
/*	—————————————————————————————————————————— */

	/* Plateau de jeu */
	#ID_TABLE_NSEO_WRAPPER {
		display: flex;
		flex: 1;
		align-items: center;
		justify-content: center;
		width: 100%;
	}
	#ID_TABLE_NSEO {
		display: block;
		z-index: -1;
		background: #2F8E363D;
		border: 2px solid #70FF7980;
		box-sizing: border-box;
	}
	#ID_TABLE_NSEO svg {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 50%;
		height: 50%;
		transform: translate(-50%,-50%);
	}
	#ID_TABLE_NSEO b {
		position: absolute;
		color: #fff;
		width: 2rem;
		height: 2rem;
		line-height: 2rem;
		font-size: 26px;
		text-align: center;
		transition: all .2s;
	}
	#ID_TABLE_NSEO b:nth-child(1) { left: calc(50% - 1rem); top: 0px; }
	#ID_TABLE_NSEO b:nth-child(2) { right: 0px; top: calc(50% - 1rem); }
	#ID_TABLE_NSEO b:nth-child(3) { left: calc(50% - 1rem); bottom: 0px; }
	#ID_TABLE_NSEO b:nth-child(4) { left: 0px; top: calc(50% - 1rem); }

	#ID_TABLE_NSEO svg path {
		transition: all .2s;
	}

	#ID_TABLE_NSEO.bt-current-player-N svg path:nth-child(1),
	#ID_TABLE_NSEO.bt-current-player-S svg path:nth-child(2),
	#ID_TABLE_NSEO.bt-current-player-O svg path:nth-child(3),
	#ID_TABLE_NSEO.bt-current-player-E svg path:nth-child(4) {
		fill: #fff;
		fill-opacity: 0.75;
	}

	#ID_HAND_SOUTH {
		margin-top: 16px;
		display: flex;
		flex: 1;
		max-width: 469px;
	}
	#ID_HAND_NORTH {
		position: absolute;
		top: 0;
		left: 0;
	}
	#ID_HAND_NS, #ID_HAND_NH, #ID_HAND_ND, #ID_HAND_NC {
		flex-direction: column;
	}
	#ID_HAND_EAST, #ID_HAND_WEST {
		display: flex;
		flex-direction: column;
		flex: 1;
		max-width: 100%;
	}
	#ID_HAND_SS, #ID_HAND_SH, #ID_HAND_SD, #ID_HAND_SC,
	#ID_HAND_NS, #ID_HAND_NH, #ID_HAND_ND, #ID_HAND_NC,
	#ID_HAND_ES, #ID_HAND_EH, #ID_HAND_ED, #ID_HAND_EC,
	#ID_HAND_WS, #ID_HAND_WH, #ID_HAND_WD, #ID_HAND_WC {
		display: flex;
		flex-wrap: nowrap;
		max-height: 25%;
		max-width: 100%;
	}

	#ID_PTS_H_WRAPPER {
		display: flex;
		flex: 1;
		justify-content: flex-end;
		width: 100%;
		max-height: 15%;
	}

	/* Points H & Minibridge */
	#ID_PTS_H {
		z-index: 300;
		display: block;
		color: #fff;
		background: #014FF9;
		height: 2rem;
		line-height: calc(2rem - 3px);
		padding: .0625rem .75rem 2px .75rem;
		margin-top: .5rem;
		font-size: 1.25rem;
		font-weight: 500;
		border: .0625rem solid #0079c0;
		border-radius: 37px;
		box-sizing: border-box;
	}

	#ID_TABLE_ENCHERES_MINIBRIDGE {
		display: flex;
		align-items: center;
		justify-content: space-around;
		font-size: 16px;
		font-weight: 700;
		padding: 6px 20px 6px 20px;
		border: 1px solid #FFF;
		border-radius: 22px;
		box-sizing: border-box;
	}

	.bt-claim-btn {
  width: 100%;
  padding: 6px 20px;
  margin: 4px 0;
  box-sizing: border-box;
  background-color: #4CAF50; /* Green background */
  border: none;
  color: white; /* White text */
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px; /* Rounded corners */
  transition-duration: 0.4s; /* Transition effects */
}

.bt-claim-btn:hover {
  background-color: #45a049; /* Darker green on hover */
}

.bt-claim-btn:disabled {
  background-color: #cccccc; /* Gray background when disabled */
  cursor: not-allowed;
}

.bt-claim-contract b {
  font-weight: normal;
  font-style: normal;
}
.bt-claim-contract i {
  font-family: 'PCKT';
  font-style: normal;
}

.bt-bid-container {
  border-radius: 9px;
  position: absolute;
}
.bt-bid-container:nth-child(1 of .bt-by-N), .bt-bid-container:nth-child(1 of .bt-by-S) {
  background: linear-gradient(to right, #649a53, rgba(100,154,83,0));
}
.bt-bid-container:nth-child(1 of .bt-by-O), .bt-bid-container:nth-child(1 of .bt-by-E) {
  background: linear-gradient(#649a53, rgba(100,154,83,0));
}

.bt-bid {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

	/* Boîte à enchères */
	#ID_BOX {
		min-width: 200px;
		background: #0000002E;
		border: 1px solid #0000004F;
		border-radius: .4rem;
		margin-bottom: -1px;
	}
	@media (min-aspect-ratio: 1/1) and ((max-width: 1247px) or (max-height: 627px)) {
		#ID_BOX {
			font-size: small;
		}
		#ID_BOX span svg {
			width: 12px;
			height: 12px;
		}
		.bt-box-nt {
			line-height: 14px;
		}
		#sequence li span {
			font-size: small;
		}
		#sequence li span svg {
			width: 10px;
			height: 10px;
		}
	}
	@media (min-aspect-ratio: 1/1) and ((max-width: 1090px) or (max-height: 560px)) {
		#ID_BOX {
			font-size: x-small;
		}
		#ID_BOX span svg {
			width: 8px;
			height: 8px;
		}
		.bt-box-nt {
			line-height: 10px;
		}
	}
	@media (min-width: 1090px) and (min-height: 627px) {
		.bt-box-nt {
			line-height: 19px;
		}
	}
	@media (max-height: 700px) {
		.bt-bid {
			font-size: 10px;
			white-space: nowrap;
			overflow: hidden;
		}
		.bt-bid svg {
			width: 10px;
			height: 10px;
		}
	}
	@media (max-height: 600px) {
		.bt-bid {
			font-size: 8px;
			white-space: nowrap;
			overflow: hidden;
		}
		.bt-bid svg {
			width: 8px;
			height: 8px;
		}
	}
	@media (max-height: 500px) {
		.bt-bid {
			font-size: 7px;
		}
		.bt-bid svg {
			width: 7px;
			height: 7px;
		}
	}
	#ID_BOX_WRAPPER {
		padding-bottom: 1em;
	}
	#ID_BOX_BG {
		overflow-x: hidden;
		width: fit-content;
		padding: 5px;
		display: flex;
		align-content: space-between;
		justify-items: center;
		flex-wrap: wrap;
		gap: 5%;
		row-gap: 0.5em;
	}
	#ID_BOX_BG span {
		flex: 1 1 15%;
		cursor: pointer;
	}
	.bt-box-nt, .bt-box-s, .bt-box-h, .bt-box-d, .bt-box-c, .bt-box-pass, .bt-box-x, .bt-box-xx {
		text-align: center;
		padding-top: 5px;
		padding-bottom: 5px;
		border-radius: 9px;
		font-weight: 700;
		line-height: 100%;
		letter-spacing: 0%;
	}
	#ID_BOX_BG span svg {
		transform: translateY(10%);
	}
	.bt-box-nt {
		background: #869188;
		border: 1px solid #FFFFFF;
	}
	.bt-box-s {
		color: #64B4FF;
		background: #102d4a;
		border: 1px solid #64B4FF
	}
	.bt-box-h {
		color: #FF4952;
		background: #421810;
		border: 1px solid #FF4952
	}
	.bt-box-d {
		color: #FFCB3A;
		background: #855616;
		border: 1px solid #FFCB3A
	}
	.bt-box-c {
		color: #0EFF6A;
		background: #174B23;
		border: 1px solid #0EFF6A
	}
	#ID_BOX_FOOTER .bt-box-pass {
		flex: 3 1 55%;
		padding-top: 0.75em;
		padding-bottom: 0.75em;
	}
	#ID_BOX_FOOTER .bt-box-x, #ID_BOX_FOOTER .bt-box-xx {
		flex: 1 1 15%;
		padding-top: 0.75em;
		padding-bottom: 0.75em;
	}
	#ID_BOX_FOOTER .bt-box-pass {
		margin-bottom: 5px;
	}
	.bt-box-pass {
		background: #0db14b;
		border: 1px solid #76FF7F;
	}
	.bt-box-x {
		background: #601516;
		border: 1px solid #FF6767;
		margin-bottom: 5px;
	}
	.bt-box-xx {
		background: #0C152B;
		border: 1px solid #6895E9;
		margin-bottom: 5px;
	}
	#ID_BOX_OVER_TOP,
	#ID_BOX_OVER_RIGHT {
		display: none;
		position: relative;
		background: #fff;
		opacity: .9;
	}
	#ID_BOX_FOOTER {
		padding: 8px 5px 0 5px;
		background: #0f2311;
		display: flex;
		align-content: space-between;
		justify-items: center;
		flex-wrap: nowrap;
		gap: 5%;
	}
	#ID_BOX_FOOTER span {
		text-align: center;
		cursor: pointer;
		font-weight: 700;
		line-height: 100%;
		letter-spacing: 0%;
		border-radius: 9px;
	}




/*	———————————————————— */
/*	Main & jeu de cartes */
/*	———————————————————— */

	[id^="ID_CARTE_IMG"] {
		box-shadow: -.125rem .25rem 1rem rgba(0,0,0,.25);
	}
	[id^="ID_CARTE_FOND"],
	[id^="ID_CARTE_IMG_"] {
		border-radius: 10%/6.5%;
	}




/*	——————————————————————————— */
/*	Enchères & boîte à enchères */
/*	——————————————————————————— */

	#bidding ul {
		display: inline-block;
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
	#bidding ul li.bt-hidden {
		display: none;
	}
	#bidding ul li:not(.bt-hidden) {
		display: block;
	}
	#bidding ul li {
		float: left;
		width: 25%;
		margin-left: 0;
		text-align: center;
	}
	#bidding ul li i {
		font-family: 'PCKT';
		font-style: normal;
	}

	/* Joueurs */
	#bidding #players {
		height: 2rem;
		line-height: 2rem;
		font-family: 'Montserrat', sans-serif;
		font-weight: 600;
		letter-spacing: -.0175rem;
		border-top: 0px none;
		border-bottom: 0px none;
		text-transform: uppercase;
	}
	#bidding #players li.bt-not-vuln {
		color: #0db14b;
	}
	#bidding #players li.bt-vuln {
		color: #cc004c;
	}
	#bidding #players li {
		display: block;
		height: 2rem;
		border-bottom: 1px solid #fff;
	}

	/* Séquence */
	#bidding #sequence {
		width: 100%;
		min-height: 2.15rem;
		margin: -.5rem 0px -.4rem 0px;
		padding-top: 1em;
		font-size: 1.125rem;
		letter-spacing: -.025rem;
		border-radius: 0px 0px .25rem .25rem;
		overflow: hidden;
	}
	#sequence:last-child {
		margin-bottom: 1em;
	}

	/* Alerte */
	#bidding ul li.alert {
		margin: 0px;
		padding: 0px;
		border: 0px none;
	}
	#bidding ul li.alert::after {
		content: 'A';
		position: relative;
		display: block;
		color: #fff;
		background: #4678b6;
		width: 1rem;
		height: 1rem;
		line-height: 1rem;
		left: 2rem;
		top: -2rem;
		font-size: .75rem;
		border: .0625rem solid #7a7f7d;
		border-radius: .25rem;
		transform: scale(.66);
	}
	.modal-body > #bidding ul li.alert::after {
		left: 3.5rem;
	}

	/* Enchères dans une boîte de dialogue */
	.modal-dialog #bidding #players {
		color: #fff;
		background: rgba(0,0,0,.2);
		line-height: 1.825rem;
		font-size: .825rem;
		border: .0625rem solid #fff;
		border-radius: .25rem .25rem 0px 0px;
	}
	.modal-dialog #bidding #players li:first-child {
		border-top-left-radius: inherit;
	}
	.modal-dialog #bidding #players li:last-child {
		border-top-right-radius: inherit;
	}
	.modal-dialog #bidding ul {
		border-color: #fff;
	}

/*	———————————————————————— */
/*	Résolutions alternatives */
/*	———————————————————————— */

	@media screen and (max-aspect-ratio: 1/1)
	{
		#about {
			top: 10%;
		}

		.bt-icon-player,
		.bt-icon-player:nth-child(3) {
			margin: 0px;
		}

		#ID_TABLE_ENCHERES {
			margin-top: 30%;
		}
	}