/* CSS Document */

#quizz {
  margin-top: 55px;
}
#quizz h1 {
  height: 0;
  position: relative;
  z-index: 100;
}
#quizz h1 img {
  display: block;
  margin: 0 auto;
  max-width: 90%;
}
#quizz h2 {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
}
#quizz h2.m {
  text-align: right;
  padding-top: 1px;
}
#quizz h2 img {
  max-width: 100%;
  margin: 0 5px;
  
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  
  -webkit-transition: all 0.3s ease-in-out;  
  -moz-transition: all 0.3s ease-in-out; 
  -o-transition: all 0.3s ease-in-out;  
  transition: all 0.3s ease-in-out;
}
#quizz article:hover img {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
#quizz article h2:hover img {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

@media screen and (max-width: 480px) {
  
  #quizz h1 {
    height: 50px;
  }
  #quizz h2 {
    float: none;
    width: auto;
  }
  
}

/* partie */


#quizz.partie {
  margin-top: 80px;
  height: 440px;
  padding: 16px;
  margin-bottom: 150px;
  background-image: url(/faune-sauvage/images/fonds/r.jpg);
  background-repeat: repeat;
  position: relative;
}
#quizz.partie div.quizz-espece {
  background-color: #FFFFFF;
  height: 440px;
}

#quizz p.question {
  font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 30px;
	line-height: 30px;
	color: #3c3c3c;
  text-align: center;
  
  padding-top: 75px;
  padding-bottom: 20px;
  width: 550px;
  margin: 0 auto;
  
  position: relative;
  top: -60px;
  
  background-image: url(/faune-sauvage/images/fonds/titre.jpg);
  background-repeat: no-repeat;
  background-position: top right;
}

#quizz div.empreinte {
  height: 240px;
  line-height: 240px;
  text-align: center;
  position: relative;
  top: -70px;
}
#quizz div.empreinte img {
  display: inline-block;
  max-height: 100%; max-width: 100%;
  vertical-align: middle;
}
#quizz div.empreinte div.triche {
  position: absolute; left: 0; top: 0;
  width: 100%; height: 100%;
  cursor: help;
}

#quizz-propositions {
  width: 100%;
  position: absolute;
  left: 0; top: 320px;
  text-align: center;
}

#quizz div.proposition {
  display: inline-block;
  width: 310px; height: 310px;
  margin: 0 15px;
  position: relative;
  cursor: pointer;
  background-color: #FFFFFF;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.32);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.32);
}
#quizz div.proposition figure {
  position: absolute; top: 0; left: 0;
  width: 100%; height: 100%;
  overflow: hidden;
  line-height: 257px;
  text-align: center;
}
#quizz div.proposition img {
  display: inline-block;
  max-height: 240px; max-width: 100%;
  vertical-align: middle;
}
#quizz div.proposition p {
  position: absolute; bottom: 0; left: 0;
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 13px;
	color: #3c3c3c;
  text-transform: uppercase;  
}

#player-audio {
  display: inline-block;
  vertical-align: middle;
  width: 228px; height: 150px;
  background-image: url(/faune-sauvage/images/fonds/player.jpg);
  background-repeat: no-repeat;
}
#player-audio.playing {
  background-image: url(/faune-sauvage/images/fonds/player-p.jpg);
}

@media screen and (max-width: 480px) {
  

#quizz.partie {
  height: auto;
  margin-bottom: 150px;
  background-image: none;
}
#quizz.partie div.quizz-espece {
  height: auto;
}

#quizz p.question {
	font-size: 30px;
	line-height: 30px;
  
  padding-top: 75px;
  padding-bottom: 20px;
  width: auto;
  margin: 0 auto;
  
  top: 0;
  
  background-image: url(/faune-sauvage/images/fonds/titre.jpg);
  background-repeat: no-repeat;
  background-position: top left;
}

#quizz div.empreinte {
  height: 240px;
  line-height: 240px;
  top: 0;
}

#quizz-propositions {
  position: relative;
  left: 0; top: 0;
  text-align: center;
}

#quizz div.proposition {
  display: inline-block;
  width: 120px; height: 120px;
  margin: 0 15px;
  margin-bottom: 10px;
  position: relative;
}
#quizz div.proposition figure {
  line-height: 100px;
}
#quizz div.proposition img {
  max-height: 240px; max-width: 100%;
}

#quizz div.proposition p {
  text-align: center;
  padding-bottom: 3px;
	font-size: 13px;
	line-height: 13px;
  background-color: #FFFFFF;
}
  
}

a.fiche-pdf {
  display: block;
  outline: none;
  text-decoration: none;
  color: rgb(117, 168, 1);
  font-weight: 600;
}

#quizz article.qui {
  padding-top: 20px;
  background-image: url(/faune-sauvage/images/fonds/qui.jpg);
  background-repeat: no-repeat;
  background-position: 190px 0;
  padding-bottom: 40px;
  margin-top: 50px;
  position: relative;
}
#quizz article.qui h2  {
  width: 220px;
  margin-right: 70px;
  float: left;
  text-align: right;
  font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 36px;
	line-height: 36px;
	color: #5d7b18;
}
#quizz article.qui h2 a {
	color: #5d7b18;
  outline: none;
  text-decoration: none;
}
#quizz article.qui h2 img {
  position: absolute;
  right: 0;
  top: -20px;
  right: 80px;
}
#quizz article.qui p {
  font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	color: #3c3c3c;
  padding-top: 15px;
}
p.financeurs {
  margin-top: 30px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	color: #3c3c3c;
}
p.financeurs strong {
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  
#quizz article.qui h2 img { display: none; }
#quizz article.qui h2 { float: none;
margin: 0;
text-align: center; }
}