body{
	background: url(img/cards/monstervert.png) no-repeat;
	background-position: bottom left;
	height: calc(100vh);
}
  #footer{
    position: fixed;
    bottom:0px;
    left:0px;
    width: 100%;
    background: transparent;
    z-index: 2;
  }
  .progress{
    background-color: #fff!important;
  }
  .progress .determinate{
    background-color: #8cbeb6!important;
  }
  #header,.card.usercard{
    background: #632e0a!important;
  }
  #question>div,#question>input{
    text-align: center;
    font-size: 75px;
    /*height: 135px;*/
  }
.fraction{
	display: block;
font-size: 16px;
}
.fraction>#reponse{
	text-align: center;
}
  #chiffre{
    /*background: url(img/piecevide.png) no-repeat center;
    background-size: auto 100%;*/
    height: 135px;
    /*color:#d25b00!important;
    text-shadow: -2px -2px 0px #f89101;*/
  }
  /*
#confetti{
  background: #FFF;
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: -1;
}*/
  #result{
    display: none;
  }
  #question{
    /*padding-top:calc(50vh - 135px);*/
	padding-top:100px;
  }
  #blur{
    width: 100vw;
    height: 0vh;
    background: rgba(0,0,0,0);
    position: fixed;
    top:0px;
    left:0px;
    transition: background ease-in-out 1s;
    display: block;
  }
  #blur.affich{
    background: rgba(0,0,0,0.5);
    height: 100vh;
    transition: background ease-in-out 1s;
  }
  #blur.affich.error{
    background: rgba(255,0,0,0.5);
  }
  #confetti-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 0px;
    width: 0px;
    /*background: red;
    color: white;
    z-index: 1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.5);
    cursor: pointer;*/
  }
  .confetti {
    height: 5px;
    width: 5px;
    position: absolute;
    opacity: 0.75;
    z-index: 0;
    /* gpu acceleration */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
    .confetti.blue {
    background: #fff100!important;
      box-shadow: 0px 0px 10px #fff100;
    }
    .confetti.green {
    background: #fc6000!important;
      box-shadow: 0px 0px 10px #fc6000;
    }
    .confetti.yellow {
    background: #ffd900!important;
      box-shadow: 0px 0px 10px #ffd900;
    }
    .confetti.red {
    background: #ffb60b!important;
      box-shadow: 0px 0px 10px #ffb60b;
    }
    .confetti.pink {
    background: #fffffa!important;
      box-shadow: 0px 0px 10px #fffffa;
    }
    .confetti.circle {
    border-radius: 50%;
    }
    .confetti.rectangle {
    padding: 0 1px;
    }
  #afficher{
    background:#8cbeb6;
    background-size:100%;
    height: 78px;
    width: 334px;
    border: none;
    color: #fff;
    font-size: 22px;
    margin:auto;
    display: block;
	  box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
  }
  #confirmResult{
    position: fixed;
    width: 200px;
    height: 200px;
    display: block;
    background: #fff;
    border: 5px solid black;
    border-radius:50%;
    top:calc(50vh - 100px);
    left:calc(50vw - 100px);
    transform: scale(0);
    transition: all ease-in-out 0.3s;
    font-size: 100px;
    text-align: center;
    padding-top: 20px;
  }
  #confirmResult.affich{
    transform: scale(1);
  }
#numbers{
	display: flex;
	justify-content: space-between;
}
  #numbers>div{
    height: 80px;
	width: 80px;
    text-align: center;
    font-size:20px;
    background: #8cbeb6;
    background-size: auto 100%;
    padding-top: 17px;
    color: #fff;
	border-radius: 5px;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
	  font-size: 30px;
  }

  .btn{
    margin-bottom: 10px;
  }

nav a.sidenav-trigger{
  display: block!important;
}
#avatar{
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    position: relative;
}
#avatar div{
  background-size:100%;
  position: absolute;
  top:0px;
  height: 100px;
  width: 100px;

}

#zoneAvancement{
	background: #eee;
    border-radius: 21px;
	padding-top: 8Px;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
}

div#jeu {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-auto-rows: 150px;
    grid-gap: 10px;
}
.carte{
    position: relative;
}
.recto,.verso{
	border: 10px solid #fff;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
    border-radius: 10px;
    
	height: 100%;
	width: 100%;
	position: absolute;
}
.recto{
	transform: scaleX(1);
	transition: transform 0.3s ease-in-out ;
	background: #9b59b6;
}
div.affich>.recto{
	transform: scaleX(0);
}
.verso{
	transform: scaleX(0);
	transition: transform 0.3s ease-in-out;
	transition-delay: 0.3s;
	background: #fff;
    color: #9b59b6;
    font-size: 40px;
    text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
@keyframes affich{
	0%{
		transform: scaleX(0);
	}
	50%{
		transform: scaleX(0) scaleY(1.3)
	}
	100%{
		transform: scaleX(1);
	}
}
div.affich>.verso{
	transform: scaleX(1);
	/*animation : affich ease-in-out 0.5s;
	animation-fill-mode: forwards;*/
}