body 
	{background-color: gray; 
	font-family: ubuntu, arial;
	margin: 0px}

#plateau {
	/*margin-top:30px;*/
	/*margin-left: 20px;*/
	margin: 30px auto;
	padding:20px;
	border:solid 1px grey;
	border-radius: 8px;
	box-shadow: 8px 8px 8px grey;
	background-color: lightgrey;
}

input, select {
	font-size: 18px;
}

input, select {
	min-height:20px;
}

#modele {
	display:none;
	border:solid 1px lightgrey;
}

#jeu {
	display:flex;
	flex-direction: column;
	border:solid 1px lightgrey;
	min-height:360px;
}

.ligne {
	display:flex;
}

.img_puzzle, #photo16 {
	margin:0px 1px 1px 0px;
	min-height: 10px;
}

#boutons {display: flex; justify-content: space-around; align-items: stretch; margin-bottom: 10px; height: 3em; background-color: silver}

#plateau {display: flex; flex-direction: column; width:360px; border-bottom-style: none}

#themes, #melanger {
	flex-grow: 1;
}

#solution {
	width:30%;
}

#message {
	background-color:#F4F4F3;
	padding: 0px 10px;
	margin-top: 10px;
	border: solid 1px darkgray;
	border-radius: 6px;
	color:darkslategray;
	height:3em;
}
#message>p {
	margin: 10px 3px;
}

#titre>p, #footer>p {
	text-align: center;
	font-size: 1.5em;
}

#titre>p {
	margin: 10px 3px 20px 3px;
}

#footer>p {
	margin: 10px 3px 0px 3px;
}

/* huawei mate 20 */

}
