@charset "utf-8";
/* CSS Document */

/**************************************

** VERSION 750

**************************************/

@media (max-width: 1190px) {
	
.header {
	width: 750px;
	height: 397px;
	display: block;
	background-image: url( "images/img_header_750.jpg");
	margin: auto;
	position: relative;
}
.bloc_footer {
  width: 750px;
}
	
.bloc_titre h1 {
  font-size: 130px;
}
.bloc_titre h2 {
  font-size: 37px;
  margin-top: -40px;
}
h3 {
  font-size: 28px;
}
.question {
  font-size: 22px;
}
.bloc_titre span {
  padding-left: 96px;
}
	
.header a {
  width: 250px;
  height: 220px;
  left: 105px;
  top: 108px;
}
	
.bloc_divers {
  width: 700px;
}	
.bloc_footer {
  font-size: 26px;
}
	
}





/**************************************

** VERSION 320

**************************************/

@media (max-width: 767px) {
	
body {
	background-image: url("images/img_fond_320.jpg");
}	
	
.header {
	width: 350px;
	height: 645px;
	background-image: url( "images/img_header_320.jpg");
}
  .header a {
    width: 239px;
    height: 210px;
    left: 56px;
    top: 81px;
  }
.bloc_titre {
  width: 350px;
}	
.bloc_formulaire {
  width: 350px;
}	
.bloc_quizz {
  width: 350px;
  margin: auto;
  padding-bottom: 80px;
}	
.bloc_titre h1 {
    font-size: 80px;
  }	
.bloc_titre h2 {
    font-size: 24px;
    margin-top: -26px;
    letter-spacing: 3px;
    font-weight: normal;
  }
  .bloc_titre span {
    padding-left: 0px;
    text-align: center;
    display: block;
  }	
	
  h3 {
    font-size: 22px;
  }	
form {
  text-align: center;
}	
.gauche,
.droite {
  float: none;
	margin: 0;
}	
#nom_restau {
  width: 290px;
  margin: 0px;
}	
.mini_texte_quizz {
  font-size: 11px;
  margin-top: 30px;
}	
.question {
    font-size: 21px;
  }	
.bloc_question_reponse {
  height: 200px;
}	
.popup {
  padding: 40px 20px;
  width: 280px;
  margin-left: -170px;
  background-image: url("images/img_fond_320.jpg");
}	

#popup_errors .popup__content p{
	font-size: 14px;
	margin: 5px 0;
}

.bloc_divers {
    width: 320px;
  }	
.bloc_divers .titre_divers {
  font-size: 19px;
  text-align: center;
  display: block;
}
.bloc_divers p {
  font-size: 14px;
}	
	
.bloc_footer {
  width: 350px;
  font-size: 23px;
}
}
