@font-face {
    font-family: 'char_bbregular';
    src: url('charbb_reg-webfont.woff2') format('woff2'),
         url('charbb_reg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*{
    box-sizing: border-box;
    hyphens: auto;
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1;
    vertical-align: baseline;
}
body{
	background-color: #333;
}
button{
	background-color: transparent;
}
#titre{
	font-size: 4.8em;
	text-align: center;
	color: #e59400;
	margin-top: 0.1em;
	font-family: 'char_bbregular';
}
#classement{
	font-size: 2.6em;
	margin-right: -1em;
	margin-left: 1em;
}
#boite_reinitialisation{
	margin-left: -3em;
	margin-right: 3em;
}
.points, #reinitialisation{
	border: 2px dashed #e59400;
	border-radius: 100%;
	width: 1.5em;
	height: 1.5em;
	margin: 0.1em;
	align-items: center;
	justify-content: center;
	color: #e59400;
}
#reinitialisation{
	font-size: 3em;
	background-color: transparent;
}
#carte_a_poser{
	margin-left: 1em;
	margin-right: 0.5em;
}
.flex{
    display: flex;
}
.flexcol{
	flex-direction: column;
}
.center{
	margin: auto;
}
.carte_cache{
	opacity: 0.3;
}
.carte, .carte_passive_mini{
	margin: 0.5em;
	min-height: 277px;
	min-width: 198px;
	max-width: 198px;
	max-height: 277px;
	border-radius: 3px;
}
.activation{
	margin-top: -15px;
}
.carte:hover, .choix_carte:hover, .bouton_carte:hover, #reinitialisation:hover, label:hover{
	cursor: pointer;
}
.carte:hover{
	margin-top: 0px;
}
#reinitialisation:hover{
	color: #eee;
	border-color: #eee;
	transition: color 5s, border-color 5s;
}
.bouton_carte{
	border: 2px dashed #e59400;
	border-radius: 10px;
	position: absolute;
	height: 20%;
	left: 0px;
	background-color: #111;
	color: #e59400;
	opacity: 0.8;
	font-size: 2em;
	width: 80%;
	margin-left: 10%;
	text-align: center;
}
.bouton_retourner{
	top: 25%;
}
.bouton_garder_cache{
	bottom: 25%;
}
.bouton_jouer{
	top: 40%;
}
.bouton_carte:hover{
	background-color: #e59400;
	border: 2px dashed #111;
	color: #111;
}
.cimetiere{
	opacity: 0.4;
}
.relative{
	position: relative;
}
.rouge{
	background-color: #8B0000;
}
.bleu{
	background-color: #191970;
}
.vert{
	background-color: #006400;
}
.blanc{
	background-color: #ddd;
}
.bordure_rouge{
	border: 8px solid #8B0000;
}
.bordure_bleu{
	border: 8px solid #191970;
}
.bordure_vert{
	border: 8px solid #006400;
}
.bordure_blanc{
	border: 8px solid #ddd;
}
.choix_carte{
	padding: 1em;
	border : 1px solid #e59400;
	border-radius: 1em;
	background-color: #444;
	color: #e59400;
	font-size: 1.5em;
	height: 5em;
	margin: 0.5em;
	align-items: center;	
}
.choix_carte:hover{
	color: #ffb733;
	border-color: #ffb733;
}
.hidden{
    display: none;
}
#deck_joueur, #ligne_de_jeu{
	background-color: #222;
	margin: 1em;
	height: 330px;
	border: 2px dotted #e59400;
	border-radius: 25px;
	align-items: center;
}
#choix_placement{
	align-items: center;
}
#ligne_de_jeu{
	overflow-x : auto;
	padding-left: 1em;
}
#message{
	border: solid 1px #e59400;
	border-radius: 10px;
	font-size: 1.8em;
	text-align: center;
	margin-left: 5%;
	width: 90%;
	padding: 0.25em;
	color: #e59400;
}
#regles, #precision_regle{
	width: 100%;
	display: inline-block;
	text-align: center;
	color: #e59400;
}
#regles{
	font-size: 1.25em;
	font-weight: bold;
}
#precision_regle{
	margin-top: 0.2em;
	font-size: 0.8em;
}