body {
  background-color: #dbdbdb;
  font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif;
  margin: 0;
  padding: 0;
}

.container {
  width: 950px;
  height:600px;
  background-color: #ffffff;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0px 0px 5px #aaa;
}

header{
  width: 100%;
  height:250px;
}

.game{
  width: 100%;
  height:350px;
  background-image: url('../img/bg.jpg');
  color:black;
}


.titreQuestion{
  font-size: 20px;
    height: 180px;
    width: 490px;
    text-align: center;
    padding: 0 20px;
    padding-top: 30px;
    padding-left: 250px;
    text-shadow: 1px 1px 20px black;
}

.icone{
  position: absolute;
    top: 260px;
    left: 100px;
}

.icone img{
  width:150px;
  height:auto;
}

.numQuestion{
  font-size:22px;
  font-weight:bold;
  
}

.choix{
  width:100%;
  height:200px;
  position:relative;
}

.reponse{  
  position:absolute; 
  cursor:pointer;
  width:250px;
  font-size:19px;
  text-align: center;
  padding:10px 5px;
  background-color: rgba(169,159,88,.6);
  color:black;
}

.cercle{
  position:absolute;
  z-index:-5;
  top:0;
  left:0;
  border-radius:90px;
  background-color:white;
  height:180px;
  width:180px;
}

.imgReponse{
  position:absolute;
  top:15px;
  left:15px;
  width:150px;
  height:150px;
}

.txtReponse{
  width:100%;
  text-align:center;
  font-size:15px;
  position:absolute;
  top:180px;
}

.titreFin{
  width:100%;
  text-align:center;
  font-size:30px;
  font-weight:bold;
}

.txtFin{
  font-size:20px;
  width: 850px;
  text-align: center;
  margin: 0 auto;
}