body {
    background-color: #0F0F0F;
    font-family: system-ui;
}

.btn{
	outline: none;
}

#ecranDebut{
	color: white;
	z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0F0F0F;
    text-align: center;
}

.titre {
    color: #A5A5A5;
    padding-top: 35px;
    font-size: 70px;
    margin-top: 90px;
}

.prenomJoueur1 {
    font-size: 50px;
    color: #CDF4F9;
    margin-right: 20px;
}

.prenomJoueur2 {
    font-size: 50px;
    color: #F5F8B3;
    margin-left: 20px;
}

.sousTitre {
    color: #A5A5A5;
    padding-top: 15px;
    font-size: 30px;
}

.explicationJeu{
	color: #A5A5A5;
    margin-top: 100px;
    font-size: 20px;
    font-style: italic;
    font-weight: normal;
}

#commencer {
    text-transform: uppercase;
    font-size: 20px;
    color: #F5F8B3;
    background-color: black;
    border: 5px solid #CDF4F9;
    border-radius: 20px;
    position: absolute;
    bottom: 120px;
    width: 50%;
    margin-left: -25%;
    padding: 20px;
}

#commencer:hover{
	color: #CDF4F9;
    border: 5px solid #F5F8B3;
    cursor: pointer;
}

.imageBarreVie{
    width: 200px;
    height: auto;
}

.joueurs.col-lg-3.col-md-6{
	width: 300px;
	margin-left: 100px;
	margin-top: 10px;
}

.joueurs.col-lg-3.col-md-6#vignetteJoueur0{
	margin-top: 80px;
}

.joueurs.col-lg-3.col-md-6#vignetteJoueur1{
	margin-top: 93px;
}

.joueurs{
	background-color: #323032;
	border-radius: 20px;
	padding: 10px;
}

.joueurs #joueur-0{
	color: #CDF4F9;
}

.joueurs #joueur-1{
	color: #F5F8B3;
}

.infoJoueur{
	display: flex;
	flex-direction: row;
}

.nomJoueur{
	margin-bottom: 0;
	margin-top: 20px;
}

.imageJoueur{
	width: 50px;
	height: auto;
}

.imageArme{
	width: 50px;
	height: 50px;
}

.sante{
	font-size: 40px;
	height: auto;
	margin-left: 50px;
	margin-top: 25px;
	width: 70px;
	text-align: center;
}

.imageArme{
	margin-left: 50px;
	margin-top: 40px;
}

.grille{
	padding: 0px;
	background-color: #323032;
	width: 540px;
	height: auto;
	border-radius: 20px;
	margin-left: 480px;
	margin-top: -541px;
}

canvas{
	margin: 15px;
}

#legende{
	background-color: #323032;
	border-radius: 20px;
	color: #A5A5A5;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	width: 190px;
	margin-left: 1080px;
	margin-top: -545px;
}

.legendeArme{
	padding-bottom: 27px;
	padding-top: 27px;
}

.arme{
	width: 70px;
	height: 70px;
}

.imageArmeDetail{
	width: 50px;
	height: 50px;
	margin-left: 10px;
	margin-top: 0px;
}

.nbDegats{
	font-size: 40px;
	margin-top: -80px;
}

.nbDegats, .degats{
	margin-left: 130px;
}

.ptsSante{
	margin-top: 70px;
    margin-left: -67px;
    font-size: 26px;
    text-align: center;
}

#question {
    display: none;
    z-index: 1;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 14%;
    margin: 0;
    color: #A5A5A5;
    padding: 20px;
    font-size: 14px;
    font-family: system-ui;
    text-align: center;
    padding-left: 38px;
}

#label, #boutons {
    margin: auto;
}

#attaquer, #defendre {
	width: 18%;
	padding-left: 10px;
	padding-right: 10px;
	height: 50px;
    text-transform: uppercase;
    font-family: system-ui;
    color: #F5F8B3; 
    background-color: black;
    border: 2px solid #CDF4F9;
    border-radius: 20px;
    font-size: 16px;
}

#recommencer {
    margin-top: 20px;
    margin-bottom: 30px;
    width: 30%;
    padding-left: 10px;
	padding-right: 10px;
	height: 50px;
    text-transform: uppercase;
    font-family: system-ui;
    color: #F5F8B3; 
    background-color: black;
    border: 2px solid #CDF4F9;
    border-radius: 20px;
    font-size: 16px;
}

#attaquer:hover, #defendre:hover, #recommencer:hover {
    color: #CDF4F9; 
    border: 2px solid #F5F8B3;
    cursor: pointer;
}

#label {
    font-size: 18px;
}

#finCombat {
    display: none;
    z-index: 1;
    position: fixed;
    left: 0;
    bottom: 0%;
    width: 100%;
    height: 17%;
    background-color: rgba(250, 250, 250, 0.3);
    border-top: 5px solid rgba(250, 250, 250, 1);
    text-align: center;
    color: white;
    font-family: system-ui;
    padding-top: 16px;
    font-size: 20px;
}

#debutCombat{
    display: none;
    z-index: 1;
    position: fixed;
    left: 0;
    bottom: 43%;
    width: 100%;
    height: 6%;
    background-color: rgba(0, 0, 0, 0.7);
    border-top: 7px solid rgba(250, 250, 250, 0.4);
    border-bottom: 7px solid rgba(250, 250, 250, 0.4);
    text-align: center;
    color: white;
    font-family: system-ui;
    font-size: 20px;
    padding-top: 26px;
}