* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

div {
	border: solid 1px #ccc;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 16px;
	color: #323330;
	background-color: #fff;
/*	overflow: hidden; */
	align-items: center;

}

h1 {
	color: #323330;
	margin:7px;
}

img {
	transform: rotate(0);
}

.pioche {
/*	height: 20vh; */
	height: 320px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 5px;
	margin-top: 20px;
	border: solid 1px #ccc;
	padding: 3px;
	width: 100%;
	max-width:2140px;
	min-width:1400px;
}

.ligne {
	height: 71px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin: 1px;
	border: solid 0px #ccc;
}

.pioche_piece {
	height: 73px;
	width: 73px;
	margin: 1px;
	padding: 1px;

	/* align items in the box */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index:1000;
}

.box {
	height: 73px;
	width: 73px;
	margin: 1px;
	padding: 1px;
	/* align items in the box */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index:1000;
}

.drag-over {
	border: dashed 1px red;
}

.box_player {
	height: 71px;
	width: 71px;
	border: solid 1px #ccc;
	margin: 0px;

	/* align items in the box */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index:1000;
}

.case_sel {
	height: 71px;
	width: 71px;
	border: solid 1px #ccc;
	margin: 0px;

	/* align items in the box */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index:1000;
}

.item {
	height: 69px;
	width: 69px;
	background-color: #F0DB4F;
}

.jeu {
	height: 1220px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin: 5px;
	border: solid 1px #ccc;
	max-width:2140px;
	min-width:1400px;
}


.plateau {
	height: 1140px;
	width: 1140px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0px;
	padding: 5px;
	border: 0px;
}


.div_player {
	height: 1220px;
	width:100%;
	min-width:355px;
	max-width:500px;
	padding:0px;
	vertical-align:top;
	align-items: center;
}

.player_name {
	height: 6%;
	width: 100%;
	line-height: 4vh;
	text-align: center;
	border: solid 1px #ccc;
	justify-content: center;
}

.div_player_left, .div_player_right {
	height: 88%;
	width:100%;
	display: flex;
	margin: 0px;
	border: 0px;
	vertical-align:top;
	min-width:355px;
	max-width:500px;
}

.div_hist_player_1, .div_hist_player_2 {
	width:70%;
	min-width:255px;
	max-width:350px;
	display: flex;
	flex-direction: column;
	justify-content: left;
	align-items: left;
	margin: 0px;
	border: solid 1px #ccc;
}

table {
	width:100%;
}
tr {
	width:100%;
}
td, .s1 {
	width:35%;
	text-align:left;
	font-size: 10px;
}
td, .s2 {
	width:60%;
	text-align:center;
	font-size: 8px;
}
td, .s2 {
	width:15%;
	text-align:right;
	font-size: 12px;
}

.drop_targets_left, .drop_targets_right {
	width:30%;
	min-width:100px;
	max-width:150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0px;
	padding: 1px;
}

.drop_targets, .targets_series {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	margin: 1px;
	border: solid 0px #ccc;
}

.item_player, .item_off {
	height: 69px;
	width: 69px;
	background-color: #F0DB4F;
}

.player_result {
	height: 6%;
	width: 100%;
	line-height: 4vh;
	text-align: right;
	border: solid 1px #ccc;
	justify-content: center;
}


.commandes {
	height: 17vh;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin: 5px;
	border: solid 1px #ccc;
	max-width:2140px;
	min-width:1400px;
}

.diceContainer {
	width: 100%;
	height: 15vh;
	margin: 0px;
	text-align: center;
	border: solid 0px #ccc;
	max-width:1070px;
	vertical-align:sub;
position: relative;
  overflow: hidden;
}

.dice {
	text-align: center;
	display: inline-block;
	margin: 7px;
	border: 0px;
}

.dice_1, .dice_2, .dice_3 {
	font-size: 1.4rem;
	text-align: center;
}

.img_dice_1, .img_dice_2, .img_dice_3 {
	width: 75%;
	margin: 7px;
}

.bottom {
	height:5vh;
	padding-top: 0px;
position: relative;
}

.top {
	height: 200px;
	padding-top: 0px;
position: relative;
}

p {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

/* Dézoomer */
.box_plateau {
	height: 73px;
	width: 73px;
	margin: 1px;
	padding: 1px;
	/* align items in the box */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index:1000;
}


.box_plateau:hover img {
	z-index:16777271;
	-webkit-transform: scale(1.25);
	transform: scale(1.25);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.box_plateau img {
	-webkit-transform: scale(1);
	transform: scale(1) rotate(0);
	z-index:1000;
}

.toto {
	cursor: unset;
}
.toto:hover {
	cursor: pointer;
}


.butn {
	width:450px;
	height:60px;
	background: #4ecca3;
	border-radius: 7px;
	color: #ffff;
	font-size: 30px;
	padding: 10px 20px 10px 20px;
/*	margin: 20px; */
	text-decoration: none;
}

.butn1 {
	margin: 20px;
}

.butn2 {
	margin: 20px;
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;}

.butn2 + label {
	width:450px;
	height:60px;
	background: #4ecca3;
	border-radius: 7px;
	color: #ffff;
	font-size: 30px;
	padding: 10px 20px 10px 20px;
	margin: 20px;
	text-decoration: none;
    display: inline-block;
}

.butn2:focus + label,
.butn2 + label:hover {
    background-color: #232931;
	cursor: pointer;
}
.butn:hover {
	background: #232931;
	text-decoration: none;
}

.butn_disabled {
	width:450px;
	height:60px;
	background: #4ecca3;
	border-radius: 7px;
	color: #ffff;
	font-size: 30px;
	padding: 10px 20px 10px 20px;
	margin: 20px;
	text-decoration: none;
}

.butn_disabled:hover {
	background:red
	text-decoration: none;
}

.div_upload {
	width: 100%;
	height: 200px;
	display:"none";
	border:0;
}

#orangeBall {
	height: 50px;
	width: 50px;
	background-color: red;
	transform: translateX(100px);
/*	transform: translate(1000px, 1000px);
	z-index:1000000; */
}