@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap');
body{
	background: #fafafa;
	background-position: bottom left;
	height: calc(100vh);
	overflow: hidden;
}
  #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:10px 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);
}

#jeu{
	position:relative;
	    height: 60vh;
}
#info{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 93vh;
}
#poser{
	height: 100vh;
	background:#f6e58d;
}
#ecrire,#calc{
	height: 100vh;
	position: absolute;
}
#calc{
	text-align: right;
    width: 45vw;
    font-size: 150px;
    padding-top: 50px;
	font-family: 'Indie Flower', cursive;
	color:#2c3e50;
	line-height: 0.7;
    display: flex;
    flex-direction: column;
}
#ecrire{
	z-index: 2;
}
#code{
	display: flex;
    justify-content: center;
}
#code>div{
	    width: 100px;
    	display: flex;
    	flex-direction: column;
}
.number{
    text-align: center;
    font-size: 50px;
    border: 5px solid;
    height: 100px;
}
.top,.bottom{
	text-align: center;
    font-size: 50px;
	line-height: 1em;
    height: 50px;
    background: rgba(0,0,0,0.1);
}
.ope{
	font-size: 50px;
    text-align: center;
}