
canvas{
display:block;
width:100%;
max-width:400px;
height:610px;
margin:auto;
border:2px solid #333;
background:transparent;
touch-action:none;
}

#gameCanvas {
  display:block;
  margin:0 auto;
}

#zoneJeu{
position:relative;
display:inline-block;
}

.bullesjeu{
	position:relative;
	display:inline-block;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: -10px;
	margin-bottom: -10px;
}

#ui{
position:absolute;
left:7px;
bottom:7px;
color:white;
background:rgba(0,0,0,.5);
padding:6px 10px;
border-radius:8px;
z-index:10;
}

#gameMsg1{
position:absolute;
right:10px;
width: 200px;
bottom:27px;
font-size:14px;
font-weight:bold;
text-align:center;
pointer-events:none;
}

#gameMsg2{
position:absolute;
right:10px;
bottom:4px;
font-size:14px;
font-weight:bold;
text-align:right;
pointer-events:none;
}

.txtmobile {
display: none;
}

.txtnormal {
	display: block;
}

#mobileHint {
	display: none;
    font-weight: bold;
	margin-right: 10px;
}

#desktopHint {
	display: block;
    font-weight: bold;
}

#message {
	margin-top: 10px;
	margin-right: 10px;
	font-size: 1em;
}

#nouvelle {
	width: auto;
	height: auto;
	margin-left: 20px;
	margin-bottom: 10px;
    padding: 14px 12px !important;
	border-radius: 8px;
	border: 2px solid #2B7CFF;
	background: linear-gradient(#FFFFFF,#EEF6FF);
    cursor: pointer;
	font-weight: 600;
}

button {
    padding: 6px 12px;
    cursor: pointer;
}

.boutons {
    margin-top: 10px;
}

#message {
    margin-top: 10px;
    font-size: 1em;
    font-weight: bold;
}

.info {
    font-size: 1em;
    margin-bottom: 10px;
}

/* mobile */
@media only screen and (max-width:700px){
	canvas{
	height:610px;
	margin:auto;
  }
	#ui {
	bottom: 23px;
	padding:4px 5px;
  }
	#nouvelle {
	padding: 16px 12px !important;
  }
	#gameMsg2{
	font-size:13.5px;
  }
	.colonnemilieu {
	width: 99.9999%;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
  }
	#message {
	margin-top: 10px;
  }
	#mobileHint {
	display: block;
	font-weight: bold;
  }
	#desktopHint {
	display: none;
	font-weight: bold;
  }
	.txtmobile {
	display: block;
  }
	.txtnormal {
	display: none;
  }
}

@media only screen and (min-width: 701px) and (max-width: 900px) {
	.txtmobile {
	display: block;
  }
	.txtnormal {
	display: none;
  }
	#ui {
	bottom: 22px;
	padding:4px 5px;
  }
	#gameMsg2{
	font-size:13.5px;
  }
	#mobileHint {
	display: block;
	font-weight: bold;
  }
  	#desktopHint {
	display: none;
	font-weight: bold;
  }
}