/* PAGE */
html, body{
	/*** palette ***/
	--gc0:#010203;
	--gc1:#1F1821;
	--gc1b:#4A4251;
	--gc1c:rgb(122, 113, 113);
	--gc2:#534A3F;
	--gc3:#D3D1D8;
	--gc4:#FEEFC5;

	background-color:var(--gc0);
	display: block;
	color:var(--gc3);
	overflow: hidden;

	font-family: Cambria, Georgia, serif;
	line-height: 20px;
	letter-spacing: .5px;
	font-weight: 500;
	margin: 0;

	height: 100vh;
	width: 100vw;
}
body b, body strong{
	font-weight: 900;
}
.card,.tile,.board,.market {
	line-height: initial;
	letter-spacing: initial;
	font-weight: initial;
}
.card b, .card strong, .tile b, .tile strong, .board b, .board strong, .market b, .market strong {
	font-weight: 900;
}
h1{
	text-align: center;
	margin: 2.5vh 0;
	text-transform: uppercase;
	line-height: 2vh;
}
h2{
	text-align: center;
	height: 35%;
	margin: 1vh 0;
	line-height: 50px;
}
h3{
	margin-top: 40px;
	text-align: center;
	width: 100%;
	line-height: 40px;
}
.card h2,.tile h2,.board h2,.market h2, .card h3,.tile h3,.board h3,.market h3{
	line-height: initial;
	margin-top: initial;
}
main{
	width: 100%;
	height: 86vh;
	position: absolute;
	bottom: 0;
	left: 0;
}
a{
	color:var(--gc4);
	text-decoration: none;
	transition: all .3s linear;
}
a:hover, .menuActif{
	color:var(--gc3);
}
li{
	margin:10px 0;
}
nav{
	display: flex;
	height: 7vh;
}
nav a{
	flex:1;
	height: 5vh;
	background-color: var(--gc1);
	text-align: center;
	padding: 1vh 0;
}
nav a:hover, .menuActif{
	background-color: var(--gc2);
}
header{
	width: 100vw;
	height: 14vh;
	background-color:var(--gc0);
	position: fixed;
	top: 0;
	left: 0;
	z-index:20;
}
article{
	width:60%;
	border-radius: 10px;
	padding:30px;
	margin: 10vh 0;
	color: var(--gc3);
}
article:nth-child(even){
	background-color: var(--gc1b);
	margin-left: 30%;
}
article:nth-child(odd){
	background-color: var(--gc2);
	margin-left: 5%;
}
article h2, article h3{
	margin-top: 0;
	color: var(--gc4);
}
[title] {
    cursor: help;
}
a[title]{
	cursor: pointer;
}
.itemList {
	display:flex;
	overflow-y: auto;
	overflow-x: auto;
	flex-flow: wrap;
  	justify-content: space-evenly;
  	background-color: var(--gc1);
}
#rules{
	overflow-y: auto;
	overflow-x: hidden;
	background: center / cover no-repeat url("../images/site/kuiper_belt.jpg");
}
.childList{
	display: block;
	margin-left: 20px;
}
.indexAnatomieBlock{
	display:flex;
	justify-content:space-between;
	align-items: center;
}
.indexAnatomieDetail{
	margin-left:5vw;
}
@media screen and (max-width: 750px){
	body{
		overflow: auto;
	}
	nav a{
		font-size: .7em;
	}
	article{
		width: calc(100% - 20px);
		margin: 0 !important;
		border-radius: 0;
		padding: 10px;
	}
	.indexAnatomieBlock{
		display: block;
	}
	.indexAnatomieDetail{
		margin-left:5px;
	}
	.headerNames{
		display: none;
	}
	.placement{
		background-position: left !important;
		background-size: 50%;
	}
}


/* CARTES */
.card{
	display:block;
	width: 64mm;
	height: 90mm;
	margin: 5px;
	font-size: 12px;
	color:black;
	overflow: hidden;

	--b1: #edf0f0;
	--b2: #dce1e2;
	--b3: #cad3d3;
	--b4: #b9c4c5;
	--c1: #a7b5b6;
}
.cardBorder{
	border-radius: 10px;
	background-color: black;
	width: calc(100% - 6mm);
	height: calc(100% - 6mm);
	padding: 3mm;
}
.cardBackground{
	width: 100%;
	height: 100%;

	--sz: 3.5px; /*** taille du motif arrière-plan ***/
	--ts: 50%/calc(var(--sz) * 17.5) calc(var(--sz) * 29.5);

	background:
		/* black shadows */
		radial-gradient(circle at 50% 50%, var(--b4) calc(var(--sz) * 1), #fff0 calc(var(--sz) * 8)) var(--ts),
		radial-gradient(circle at 0% 0%, var(--b4) calc(var(--sz) * 1), #fff0 calc(var(--sz) * 8)) var(--ts),
		radial-gradient(circle at 0% 100%, var(--b4) calc(var(--sz) * 1), #fff0 calc(var(--sz) * 8)) var(--ts),
		radial-gradient(circle at 100% 0%, var(--b4) calc(var(--sz) * 1), #fff0 calc(var(--sz) * 8)) var(--ts),
		radial-gradient(circle at 100% 100%, var(--b4) calc(var(--sz) * 1), #fff0 calc(var(--sz) * 8)) var(--ts),
		/* border bottom */
		conic-gradient(from 90deg at 97.5% 67%, var(--c1) 0 87.5deg, #fff0 88deg 100%) var(--ts), /*repeated*/
		conic-gradient(from 90deg at 97.5% 67%, var(--c1) 0 87.5deg, #fff0 88deg 100%) var(--ts),
		conic-gradient(from 182.5deg at 2.5% 67%, #fff0 0 0deg, var(--c1) 0.5deg 90deg, #fff0 0 100%) var(--ts), /*repeated*/
		conic-gradient(from 182.5deg at 2.5% 67%, #fff0 0 0deg, var(--c1) 0.5deg 90deg, #fff0 0 100%) var(--ts), 
		/* border top */
		conic-gradient(from 270deg at 2.5% 33%, var(--c1) 0 87.5deg, #fff0 88deg 100%) var(--ts), /*repeated*/
		conic-gradient(from 270deg at 2.5% 33%, var(--c1) 0 87.5deg, #fff0 88deg 100%) var(--ts),
		conic-gradient(from 2.5deg at 97.5% 33%, #fff0 0 0deg, var(--c1) 0.5deg 90deg, #fff0 0 100%) var(--ts), /*repeated*/
		conic-gradient(from 2.5deg at 97.5% 33%, #fff0 0 0deg, var(--c1) 0.5deg 90deg, #fff0 0 100%) var(--ts),
		/* bottom */
		conic-gradient(from 116.5deg at 50% 85.5%, var(--b1) 0 127deg, #fff0 0 100%) var(--ts), /*repeated*/
		conic-gradient(from 116.5deg at 50% 85.5%, var(--b1) 0 127deg, #fff0 0 100%) var(--ts), /*repeated*/
		conic-gradient(from 116.5deg at 50% 85.5%, var(--b1) 0 127deg, #fff0 0 100%) var(--ts),
		conic-gradient(from 120deg at 50% 83%, var(--c1) 0 120deg, #fff0 0 100%) var(--ts),
		/* top */
		conic-gradient(from -63.5deg at 50% 14.5%, var(--b1) 0 127deg, #fff0 0 100%) var(--ts), /*repeated*/
		conic-gradient(from -63.5deg at 50% 14.5%, var(--b1) 0 127deg, #fff0 0 100%) var(--ts), /*repeated*/
		conic-gradient(from -63.5deg at 50% 14.5%, var(--b1) 0 127deg, #fff0 0 100%) var(--ts),
		conic-gradient(from -60deg at 50% 17%, var(--c1) 0 120deg, #fff0 0 100%) var(--ts),
		/* central gradient */
		conic-gradient(
			from 0deg at 50% 50%, #fff0 0 2deg, 
			var(--b2) 2.5deg 57.5deg, 
			#fff0 58deg 62.5deg, 
			var(--b1) 63deg 117.5deg, 
			#fff0 118deg 122.5deg, 
			var(--b3) 123deg 177.5deg, 
			#fff0 178deg 182deg, 
			var(--b2) 182.5deg 237.5deg, 
			#fff0 0 242.5deg, 
			var(--b1) 243deg 297.5deg, 
			#fff0 298deg 302.5deg, 
			var(--b3) 303deg 357.5deg,
			#fff0 358deg 360deg
		) var(--ts),
		/* bg */
		var(--c1);
}
.card.typeMission{
	--c1: #d8b682;  /* Pale gold for accents */
	--b4: #e8c9a1;  /* Light warm beige */
	--b3: #f0d8b5;  /* Very light sand */
	--b2: #f8e6cc;  /* Pale, warm cream */
	--b1: #fcf3e0;  /* Subtle, almost white warm beige */
	--b0: #fefaf3;  /* Almost white */
}
.card.typeClan {
	--b1: #e9e0e0;
	--b2: #d2c8c8;
	--b3: #b5b0b0;
	--b4: #A09898;
	--c1: #C08080;
}
.card.typeGuilde1 {
	--b1: #edf0f0;  /* Light neutral */
	--b2: #dce1e2;  /* Light gray */
	--b3: #cad3d3;  /* Medium gray */
	--b4: #d8a3a0;  /* Darker neutral with red accent */
	--c1: #d12004;  /* Accent red */		
}
.card.typeGuilde2 {
	--b1: #edf0f0;  /* Light neutral */
	--b2: #dce1e2;  /* Light gray */
	--b3: #cad3d3;  /* Medium gray */
	--b4: #91a8e8;  /* Softer blue accent */
	--c1: #2545a6;  /* Brighter, lighter blue */	
}
.card.typeGuilde3 {
	--b1: #edf0f0;  /* Light neutral */
	--b2: #dce1e2;  /* Light gray */
	--b3: #cad3d3;  /* Medium gray */
	--b4: #a3d8a8;  /* Darker neutral with green accent */
	--c1: #179c1e;  /* Accent green */
}
.card.typeGuilde4 {
    --b1: #f7e6ef;  /* Très clair, presque blanc avec une touche rose */
    --b2: #eacde0;  /* Clair avec une dominante rose-pastel */
    --b3: #dba7c9;  /* Rose pâle légèrement saturé */
    --b4: #c984b1;  /* Rose soutenu, mais équilibré */
    --c1: #b35c91;  /* Accent rose foncé, plus profond */
}
.card.typeHelp,.card.typeBase{
	--b1: #faf0da;  /* Very light ochre */
	--b2: #f5e4c2;  /* Light ochre */
	--b3: #f0d8ac;  /* Medium light ochre */
	--b4: #ebcca3;  /* Soft ochre */
	--c1: #e6bf96;  /* Accent ochre */
}
.card.typeProjet {
	--c1: #8b5e3c;  /* Darker brown for accents */
	--b4: #a07055;  /* Medium brown */
	--b3: #b3846d;  /* Lighter brown */
	--b2: #c69a85;  /* Even lighter brown */
	--b1: #dec1ab;  /* Lightest brown for background */
}
.card.typeObjectif {
    --b1: #e3f2fd;  /* Very light blue, almost white */
    --b2: #bbdefb;  /* Light pastel blue */
    --b3: #90caf9;  /* Medium light blue */
    --b4: #64b5f6;  /* Soft sky blue */
    --c1: #42a5f5;  /* Accent blue, slightly bolder */
}

.cardHeader{
	box-shadow: -3px 0px 2px -2px #000000;
	border-radius: 2.5% 2.5% 2.5% 2.5% / 50% 50% 50% 50%;
	background-color: var(--c1);
	width:calc(100% - 2mm);
	height:5.5mm;
	border:.5px solid black;
	border-bottom: transparent;
	position: relative;
	top:1mm;
	left:1mm;
	font-weight: bold;
}
.card.typeMission .cardHeader{
	border-bottom:.5px solid black;
}
.cardHeaderText{
	background-color: var(--b1);
	margin:.5mm;
	width: calc(100% - 1mm);
	height: 4.5mm;
	border-radius: 2.5% 2.5% 2.5% 2.5% / 50% 50% 50% 50%;
	border:.5px solid black;
	white-space: nowrap;
	display: flex;
}
.cardHeaderTextName{
	width: 85%;
	overflow: line-break;
	padding-left: 3px;
	line-height: 18px;
}
.cardHeaderTextCost{
	width: 15%;
	text-align: right;
	overflow: visible;
	padding-right: 3px;
	line-height: 18px;
	direction: rtl;
}
.cardHeaderTextCost .ressourceImg{
	position: relative;
	top: 0px;
}
.cardHeaderTextCost .specialCost{
	position: relative;
	top: -1mm;
}
.cardHeaderTextCost .specialCost .ressourceImg{
	position: relative;
	top: 1mm;
}
.cardHeaderTextNameDual{
	display: inline-block;
	background-color: white;
	width: 100%;
}
.cardHeaderTextNameDualLeft{
	text-align: left;
}
.cardHeaderTextNameDualRight{
	text-align: right;
}
.cardHeaderCounter{
	display: inline-block;
	height: 33px;
	width: 40px;
	text-align: center;
	padding-top: 1px;
	font-size: 2em;
	border-radius: 25%;
	border: 1px solid black;
	z-index: 1;
	position: relative;
	top: -3.5mm;
	right: -3.5mm;
	box-shadow: 1px -1px black;
	background-color: var(--c1);
}
.cardHeaderCounter i{
	font-size: .8em;
}

.cardImage{
	width: calc(100% - 4mm);
	height: 32mm;
	background-color: var(--c1);
	margin-left: 2mm;
	box-shadow: -1px 0px 1px 0px #000000;
	border:.5px solid black;
	border-top: transparent;
	border-bottom: transparent;
}
.cardImagePic{
	width: calc(100% - 1mm);
	margin-left: .5mm;
	height: 100%;
	background-color: black;
}

.cardExplanation{
	display: block;
	width: 0;
	height: 0;
	overflow: visible;
}
.cardExplanation i{
	display: block;
	position: relative;
	top: -35px;
  	right: -170px;
	cursor: pointer;
	font-size: 2em;
	color: var(--gc3);
	transition: color .3s linear;
}
.cardExplanation i:hover{
	color: var(--gc4);
}

.cardType{
	box-shadow: -3px 0px 2px -2px #000000;
	border-radius: 2.5% 2.5% 2.5% 2.5% / 50% 50% 50% 50%;
	background-color: var(--c1);
	width:calc(100% - 2mm);
	height:5mm;
	border:.5px solid black;
	border-top: transparent;
	border-bottom: transparent;
	margin-left: 1mm;
	font-weight: bold;
}
.cardTypeBox{
	background-color: var(--b1);
	width: calc(100% - 2mm);
	height: 4mm;
	padding-left: 3px;
	border-radius: 2.5% 2.5% 2.5% 2.5% / 50% 50% 50% 50%;
	border:.5px solid black;
	position: relative;
	top: .5mm;
	left: .5mm;
	line-height: 15px;
	display:flex;
	flex-direction: row;
	justify-content: space-between;
}
.card.typeMission .cardTypeBox{
	border-top: none;
}
.cardTypeText{
	text-align: left;
	overflow: visible;
	white-space: nowrap;
}
.card.typeMission .cardTypeText{
	text-align: center;
	width: 100%;
}
.cardTypeLogo{
	text-align: right;
	overflow: visible;
	white-space: nowrap;
	direction: rtl;
	margin-right: 1mm;
}

.cardTextBox{
	display: flex;
	flex-direction: column;
	height: 37mm;
}
.card.typeMission .cardTextBox{
	height: 72mm;
}
.card.typeObjectif .cardTextBox{
	height: 72mm;
}
.cardContent{
	width: calc(100% - 2mm);
	overflow: visible;
	background-color: var(--c1);
	margin-left: 1mm;
	padding-top: .5mm;
	padding-bottom: 1.5mm;
	box-shadow: -1px 1px 1px 0px #000000;
	border:.5px solid black;
	border-top: transparent;
	flex: 1 1 auto;
	overflow: hidden;
	border-radius: 2.5% 2.5% 2.5% 2.5% / 50% 50% 50% 50%;
}
.card.typeMission .cardContent{
	border-radius: 0;
	margin-left: 1.5mm;
  	width: calc(100% - 3mm);
  	border-bottom: none;
  	border-top: none;
}
.cardDosBackground{
	background-origin: padding-box;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	height: 100%;
	width: 100%;
}
.cardDosBackgroundCommon{
	background-image: url('../images/cards/doscartescommune.jpg');
}
.cardDosBackgroundExploration{
	background-image: url('../images/cards/doscarteexploration.jpg');
	transform: rotate(90deg);
	height: 234px;
	width: 320px;
	transform-origin: top;
	position: relative;
	top: 159px;
	left: 59px;
}
.cardDosBackgroundMission{
	background-image: url('../images/cards/doscartemission.jpg');
}
.card.typeObjectif .cardContent{
	margin-top: 11mm;
}
.card.typeObjectif .cardContentText{
	background-image: url('../images/icones/trophyGrey.png');
	background-origin: padding-box;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-size: contain;
}
.cardContentText{
	height: 100%;
	background-color: var(--b1);
	width: calc(100% - 2mm);
	position: relative;
	top:.5mm;
	left: 1mm;
	overflow: hidden;
	border-radius: 2.5% 2.5% 2.5% 2.5% / 50% 50% 50% 50%;
}
.cardContentText p{
	margin: 0;
	padding: 0 3px;
	text-align: center;
	line-height: 1;
}
.cardContentText .cardDescription{
	font-style:italic;
	margin-top:1mm;
	color: var(--gc1c);
}
.storyEffect{
	margin: 0;
	padding: 0;
	padding-left: 20px;
	list-style: disclosure-closed;
}
.cardBatimentBloc{
	text-align: center;
	margin: 1mm 2mm 0 1mm;
	padding-top: .5mm;
	padding-bottom: 1.5mm;
	width: calc(100% - 2mm);
	flex: 1 1 auto;
	max-height: 36mm;
}
.coutConstruction,.coutObjectif{
	width:8mm;
	height: 100%;
	display: inline-block;
	vertical-align: top;
	overflow: visible;
	background-origin: padding-box;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-size: contain;
	text-align: right;
	position: relative;
}
.coutConstruction{
	background-image: url("../images/icones/house.png");
	left:-4mm;
}
.coutObjectif{
	background-image: url("../images/icones/trophyBlack.png");
	left:-1mm;
}
.card_noEffectBatiment{
	font-size: .8em;
	color: rgb(149, 139, 139);
	font-style: oblique;
}
.storyResolution, .storyEchec{
	width: 75%;
	margin: 0;
	padding: 0;
	position:relative;
	z-index: 1;
}
.storyEchec{
	margin-left: 25%;
	right:-1mm;
}
.storyResolution{
	left:-1mm;
}
.card.typeMission .storyEffect .imgBig{
	height: 20px;
}
.storyResolution li img,.storyEchec li img{
	height: 14px;
}
.storyResolution li .storyImg, .storyEchec li .storyImg{
	display: inline-block;
	height: 20px;
	width: 20px;
	margin-right: 3px;
	vertical-align: top;
	position: relative;
	top:1px;
}
.storyResolution li span, .storyEchec li span{
	vertical-align: top;
	display: inline-block;
	width: calc(100% - 23px);
	text-align: center;
	position: relative;
	top:-2px;
}
.storyResolution li, .storyEchec li{
	list-style: none;
	border: .5mm solid var(--c1);
	border-radius: 7px;
	padding: 3px;
	padding-left: 5px;
	background-color: var(--b0);
}
.coutConstruction .ressourceImg{
	position: relative;
	left:3.5mm;
}
.cardBatiment{
	background-color:var(--c1);
	text-align: center;
	box-shadow: -1px 1px 1px 0px #000000;
	border:.5px solid black;
	overflow: hidden;
	display: inline-block;
  	width: calc(100% - 9mm);
  	height: 100%;
  	vertical-align: top;
}
.cardBatimentText{
	height: 100%;
	background-color: var(--b1);
	width: calc(100% - 2mm);
	position: relative;
	top:.5mm;
	left: 1mm;
	overflow: hidden;
}
.cardBatiment p{
	margin: 0;
}
.adaptativeFontSize{
	font-size: 15px;
	width: 100%;
}
.adaptativeMargin{
	position: relative;
}

.cardGuildLogo{
	height: 350px;
	height: 132px;
	position: relative;
	top: -150px;
	opacity: .1;
}
.ressourceImg{
	display: inline;
	height:16px;
	max-height: 16px;
	position: relative;
  	top: 2px;
}
.imgBig{
	display: inline;
	height: 32px;
	position: relative;
  	top: 4px;
}
.extensionImg{
	display: inline;
	height:13px;
	max-height: 13px;
	position: relative;
  	top: 1px;
}
.actionImg{
	display: inline;
	height:20px;
	max-height: 20px;
	position: relative;
  	top: 3px;
}

.cardInfluence{
	width: 100%;
	height: 4mm;
	text-align: center;
	overflow: visible;
	white-space: nowrap;
	margin-top: .2mm;
}
.cardInfluence .ressourceImg{
	position: relative;
	top: 0px;
}
.typeStation .cardInfluence{
	background-color: var(--b1);
	margin: -1mm auto 0 auto;
	width: 54%;
	text-align: center;
	height: 4.3mm;
	padding-top: 0.7mm;
}
.notSoloText{
	max-height: 50%;
}
.notSoloNoText{
	max-height: 22px;
}
.cardEvent{
	transform: rotate(90deg);
	width: 84mm;
	height: 58mm;
	position: relative;
	top: 13mm;
	left: -12.5mm;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.cardEventBloc{
	height: 100%;
	width: 100%;
	padding:2mm;
	background-color: rgba(0,0,0,.3);
	overflow: hidden;
	display: flex;
	align-items: flex-end;
}
.cardEventText{
	width: calc(100% - 4mm);
	height: calc(100% - 4mm);
	color: white;
	font-size: 12px;
	padding-bottom: 3mm;
	color:var(--gc3);
}
.cardEventText li{
	list-style-type: "–";
	margin: 0px;
	margin-left: 7px;
	color:var(--gc4);
}
.cardEventText li b{
	color:white;
}
.cardEventBloc .cardEventText .actionImg{
	max-height: 12px;
	background: white;
	border-radius: 50%;
	border: 2px solid white;
}
.cardEventBloc .cardEventText .ressourceImg{
	max-height: 14px;
	background: white;
	border-radius: 50%;
	border: 2px solid white;
}

.cardHelp h1, .cardHelp h2, .cardHelp p{
	margin: 0;
	text-align: center;
}
.cardHelp h1{
	font-size: 1.2em;
}
.cardHelp h1:not(:first-child):not(:last-child){
	margin-top: 1mm;
}
.cardHelp h2{
	font-size: 1.1em;
}
.cardHelp p{
	font-size: 1em;
}
.cardHelp .cardHelpActionList{
	text-align: left;
	padding-left: 3mm;
}
.cardHelp hr{
	margin: 3px 15px;
}
.cardProjetImg{
	width: 100%;
	height: 42.5mm;
	text-align: center;
}
.cardProjetImg .actionImg{
	height: 60px;
  	max-height: 60px;
  	display: inline-block;
  	margin:6px;
  	margin-top: 15mm;
}


/* TUILES */
.tile{
	width: 95mm;
	height: 95mm;
	border-radius: 50%;
	background-color: black;
	padding:5mm;
	max-width: 95mm;
	min-width: 95mm;
}
.tileBackground{
	width: calc(100% - 40mm);
	height: calc(100% - 40mm);
	padding: 20mm;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	background-color: var(--gc2);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.tileName{
	width: 100%;
	text-align: center;
	color:black;
	flex-grow:1;
	font-size: 20px;
	white-space: nowrap;
	overflow: visible;
	font-size: .9em;
}
.tileOccupiedSpace, .tileOccupiedSlot{
	display: none;
}
.tileName p{
	background-color: rgba(250,250,250,.6);
	border-radius: 50%;
	min-height: 8mm;
}
.tileName p .ressourceImg{
	max-height: 30px;
	height: 30px;
}
.tileDescription{
	font-style: italic;
	color: var(--gc1c);
}
.tileNameWimg{
	position: relative;
	top:-5px;
}
.tileNameWOimg{
	line-height: 30px;
}
.tileProduction{
	width: 50%;
	margin: 5mm 25% 0 25%;
	text-align: center;
	flex-grow:0;
	height: 11mm;
	white-space: nowrap;
	overflow: visible;
	background-color: rgba(250,250,250,.6);
	border-radius:50% 50% 50% 50% / 50% 50% 50% 50%;
	color:black;
	font-size: 3em;
	line-height: 0;
}
.tileProduction.tileProductionLarge{
	width: 80%;
	margin: 5mm 10% 0 10%;
	font-size: 2em;
	line-height: 1;
}
.tileProduction .ressourceImg{
	height: 10mm;
	max-height: 10mm;
}
.tileProduction.tileProductionLarge .ressourceImg{
	height: 6mm;
	max-height: 6mm;
}
.tileText{
	width: calc(100% + 50px);
	flex-grow:2;
	margin-left: -25px;
	text-align: center;
	background-color: rgba(250,250,250,.6);
	color:black;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	font-size: .7em;
}
.tileLogo{
	position: relative;
	top: -52mm;
	left: 93mm;
	width: 0;
 	height: 0;
}


/* PLATEAUX JOUEURS */
.board{
	width: 270mm;
	border: 5mm solid black;
	margin-bottom: 50px;
	background-color: var(--gc2);
	min-width: 270mm;
	max-width: 270mm;
}
.board{
	height:137mm;
	background-image: url("../images/plateaux/joueur.JPG");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: var(--gc2);
	border-radius: 140px 140px 0 0;
}
.boardEncoches{
	display: flex;
	flex-direction: row;
	justify-content: center;
	height: 30mm;
	overflow: hidden;
	position: relative;
	top: -5mm;
}
.boardEncoche{
	background-color: var(--gc1);
	border:5mm solid black;
	border-radius: 50%;
	width: 100mm;
	height: 100mm;
	position: relative;
	top:-80mm;
}
.boardFaction{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.boardDescription{
	background-color: var(--gc4);
	width: 90%;
	text-align: center;
	color: var(--gc0);
	height: 120px;
}
.boardDescription{
	font-style: italic;
}
.boardDevouement{
	width: 90%;
	margin: 15px 0 0 5%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	height: 255px;
}
.boardDevouementTile{
	flex-shrink: 0;
	flex-grow: 0;
	flex-basis: calc(100% / 7);
	box-sizing: border-box;
	height: 50%;
}
.boardColonisationBloc{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	background-color: #2F554B;
	width: 100%;
	border:1px solid black;
	border-left: 4px solid black;
	border-right: 4px solid black;
}
.boardColonisationNumber{
	flex-shrink: 0;
	flex-grow: 0;
	flex-basis: calc(100% / 3);
	box-sizing: border-box;
	text-align: center;
	font-size: 1.3em;
	padding: 2px 0;
	color: var(--gc4);
}
.boardColonisationNumber:nth-child(2){
	border-left: 1px solid black;
	border-right: 1px solid black;
}
.boardDevouementNumber, .boardDevouementEffet{
	width: 100%;
	text-align: center;
	white-space: nowrap;
	overflow: visible;
}
.boardDevouementNumber{
	font-size: 2.5em;
	text-shadow: 1px 1px 2px var(--gc0);
	color:var(--gc4);
	background: center no-repeat url("../images/icones/trophy.png");
	background-size: contain;
}
.boardDevouementEffet, .boardDevouementEffetEmpty{
	width: 90%;
	height: 30px;
	font-size: 18px;
	margin-left: 5%;
}
.boardDevouementEffet{
	box-shadow: 1px 1px 2px var(--gc0);
	background-color: var(--gc4);
	color: var(--gc0);
	border-radius: 90%;
}
.boardDevouementEffet .ressourceImg, .boardDevouementEffet .actionImg, .boardDevouementEffet .imgBig{
	height: 20px;
	top:1px;
}
.boardDevouementEffet .ressourceImg, .boardDevouementEffet .imgBig{
	top:3px;
}
.boardDevouementEffet .actionImg{
	top:4px;
}
.boardTitle{
	font-style: normal;
	margin: 0;
	text-align: center;
}
.boardTitle img{
	max-height: 22px;
	height: 22px;
}
.boardName{
	position: relative;
	top:-5px;
}
.boardHelpers p{
	position:relative;
	margin: 0;
	padding: 0;
	color:var(--gc3);
	font-size: .8em;
	text-shadow: 1px 1px 2px var(--gc0);
}
.boardHelpers p:first-child{
	top: 65mm;
	left: -133mm;
	transform: rotate(90deg);
}
.boardHelpers p:nth-child(2){
	top: -189mm;
	left: 133mm;
	transform: rotate(270deg);
}
.boardHelpers p:last-child{
	top: -9mm;
	left: 122.5mm;
	width:140px;
}
.boardLogo{
	position: relative;
	left: 264.5mm;
	top:-0.5mm;
	height: 0;
	width: 0;
}
.boardSpaceshipPlacement, .boardRessourcePlacement, .boardPlayerPlacement{
	position: relative;
	width: 0;
	height: 0;
	overflow: visible;
}

/* PLATEAU CERES */
.ceres{
	width: 270mm;
	height: 180mm;
	border: 5mm solid black;
	margin-bottom: 50px;
	background-color: var(--gc2);
	background-image: url("../images/plateaux/ceres.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color:var(--gc4);
}
.ceres_RowInvestissementEntretiens{
	vertical-align: top;
	background-color: var(--gc4);
	background-image: url("../images/icones/entretiensbcg.png");
	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
}
.ceres_RowInvestissementEntretiens p{
	width: 100%;
	margin: 0;
	text-align: center;
	color: var(--gc2);
	font-size: .9em;
}
.ceres_rowInvestissement{
	width: 100%;
	height: 10mm;
	border-bottom:1mm solid var(--gc4);
	box-sizing: border-box;
}
.ceres_rowInvestissementGraduation{
	width: 100%;
	height: 5mm;
}
.ceres_rowInvestissementBonus{
	width: 100%;
	height: 24mm;
}
.ceres_rowPrincipal{
	width: 100%;
	height: calc(100% - 49mm);
}
.ceres_rowProjets{
	width: 100%;
	height: 10mm;
	border-top:1mm solid var(--gc4);
	box-sizing: border-box;
	position: relative;
  	top: -5mm;
}
.ceres_paquet{
	display: inline-block;
	width:16%;
	height: 100%;
	box-sizing: border-box;
	border-right:1mm solid var(--gc4);
	text-align: center;
	background-color: var(--gc2);
  	padding-top:7px;
  	vertical-align: top;
  	font-weight: bold;
}
.ceres_RowInvestissementGraduationMargin,.ceres_RowProjetGraduationMargin,.ceres_RowInvestissementEntretiens{
	display: inline-block;
	width:16%;
	height: 100%;
  	box-sizing: border-box;
}
.ceres_rowProjetGraduation{
	position: relative;
	top: -2mm;
	z-index: 2;
}
.ceres_ProjetCost{
	text-align: center;
	margin: 0;
	margin-left: 25%;
	width: 50%;
	height: 100%;
	background-color: var(--gc4);
	border-radius: 50%;
	position: relative;
	top: 0.2mm;
}
.ceres_file{
	display: inline-block;
	width: 80%;
	height: 100%;
	text-align: center;
  	box-sizing: border-box;
  	background-color: rgba(83,74,63,.3);
  	padding-top:7px;
  	vertical-align: top;
  	font-weight: bold;
}
.ceres_RowInvestissementGraduationContent,.ceres_RowInvestissementBonusContent,.ceres_RowProjetGraduationContent,.ceres_RowProjetBonusContent{
	display: inline-block;
	width:16.8%;
	height: 100%;
	box-sizing: border-box;
}
.ceres_RowInvestissementGraduationContent{
	border-right: 1mm solid var(--gc4);
	position: relative;
	top:-2.5mm;
}
.ceres_RowProjetGraduationContent{
	width: 21%;
	height: 5mm;
	vertical-align: top;
	border-right: 1mm solid var(--gc4);
}
.ceres .project_recto{
	height: 24mm;
	width: 24mm;
	text-align: center;
}
.ceres .project_inactive{
	background-color: var(--gc2);
	color: var(--gc4);
	border-color: red;
}
.ceres_RowInvestissementBonusContent .project_recto{
	margin-left: calc(50% - 12mm);
	position: relative;
}
.ceres_rowGuildeInvestir{
	width: 100%;
	height: 30mm;
}
.ceres_Investir{
	display: inline-block;
	width: 129mm;
	height: 100%;
	vertical-align: top;
}
.ceres_Investir p, .ceres_Guilde p, .ceres_specialActionBlock p{
	display: block;
	width: 100%;
	height: 6mm;
	font-weight: bold;
	text-align: center;
	margin: 0;
	-webkit-text-stroke-width: 0.2px;
	-webkit-text-stroke-color: var(--gc4);
}
.ceres_Investir .project_recto, .ceres_Guilde .project_recto, .ceres_blockSoutenir .project_recto{
	display: inline-block;
	vertical-align: top;
	margin-right: 2mm;
}
.ceres .project_long{
	width: 48mm;
}
.ceres_Guilde{
	display: inline-block;
	width: 105mm;
	height: 100%;
	vertical-align: top;
}
.ceres_GuildeInvestirSeparator{
	display: inline-block;
	width:calc(100% - 234mm);
}
.ceres_rowAccueil{
	width: 100%;
	height: 97mm;
}
.ceres_blockAccueil{
	height: 100%;
	width:60%;
	display: inline-block;
	vertical-align: top;
}
.ceres_blockActions{
	height: 100%;
	width:40%;
	display: inline-block;
	vertical-align: top;
}
.ceres_specialActionBlock{
	width: 33%;
	height: 40%;
	display: inline-block;
	vertical-align: top;
	padding-top: 5mm;
}
.ceres_specialActionBlock .project_recto{
	margin-left: calc(50% - 12mm);
	margin-top: 2mm;
}
.ceres_specialActionBlock p{
	color: var(--gc1);
}
.ceres .project_recto .imgBig{
	height: 26px;
}
.ceres_Accueil{
	background-color: var(--gc4);
	border: 1mm solid darkgrey;
	height: 90%;
	width: 32%;
	margin-right: 1.5%;
	margin-top: 4mm;
	display: inline-block;
	vertical-align: top;
}
.ceres_Accueil p{
	width: 100%;
	color: var(--gc0);
	text-align: center;
	margin-top: 36.5mm;
}
.ceres_SoutenirMission{
	width: 25%;
	margin-right: 1.5%;
	margin-top: 4mm;
	display: inline-block;
	vertical-align: top;
}
.ceres_SoutenirMission .project_recto{
	margin-left: calc(50% - 12mm);
}
.ceres_blockApprovisionner{
	width: 35%;
	margin-top: 4mm;
	margin-right: 1.5%;
	display: inline-block;
	vertical-align: top;
}
.ceres_blockMission{
	margin-top: 4mm;
}
.ceres_blockMission, .ceres_blockSoutenir{
	width: 100%;
}
.ceres_blockMission p, .ceres_blockSoutenir p, .ceres_Approvisionner p, .ceres_Telescope p{
	width: 100%;
	text-align: center;
	font-weight: bold;
	-webkit-text-stroke-width: 0.2px;
	-webkit-text-stroke-color: black;
}
.ceres_SoutenirMission p,.ceres_Approvisionner p, .ceres_Telescope p{
	margin: 0;
}
.ceres_ApprovisionnerBonus{
	width: 100%;
}
.ceres_ApprovisionnerBonus .project_recto{
	display: inline-block;
	width: 24mm;
	margin: 2mm 3px 4mm 3px;
	vertical-align: top;
	position: relative;
  	left: -5px;
}

/* PROJETS */
.project_main{
	width : 60mm;
	height : 30mm;
}
.project_border{
	width: 50%;
	height: 100%;
	display: inline-block;
	background-color: black;
	vertical-align: top;
	border-radius: 4px;
	text-align: center;
	padding:3mm;
	box-sizing: border-box;
}
.project_verso,.project_recto{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	color:black;
}
.project_recto{
	background-color: var(--gc4);
	font-size: .7em;
}
.project_verso{
	background-color: var(--gc3);
}
.project_verso .project_content{
	background-color: rgb(211,209,216,.85);
	height: 100%;
 	box-sizing: border-box
}
.project_isAction{
	border: 1mm solid green;
}
.project_notAction{
	border: 1mm solid darkgrey;
}
.project_content{
	margin: auto;
}
.project_main .ressourceImg, .project_main .actionImg, .project_main .imgBig{
	height: 25px;
	max-height: 25px;
}
.project_margine{
	padding-top: 16px;
}
.project_centered{
	margin-top: 30px;
}
.project_main .fa-3x{
	position: relative;
	top:-1mm;
}
.project_imgVerso{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


/* PLACEMENTS */
.placement{
	height: 450px;
	width: 450px;
	margin: 0 auto;
	background-position: center;
	background-repeat: no-repeat;
}