/* general styles */

html, body {
  height: 100%;
  width: 100%;
  margin: 0;
}
html {
  font-size: 100%;
}
body {
  margin: 0;
  font-family: "Open Sans Condensed", Helvetica, Arial, FreeSans, sans-serif;
  color: #fff;
  font-size: 28px;
  background: #eeeeee;
  background-size: cover;
  background-attachment: fixed;
}

/*/////// ACCUEIL //////*/

.container1{
  width: 990px;
  margin: 0 auto;
  display: block;
}

.top-bar{
  background: url(../img/top-bar.jpg) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 96px;
  float: left;
  margin: 0 auto;
}

.bottom-bar{
  background: url(../img/bottom-bar.jpg) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100px;
  float: left;
  margin: 0 auto;
}

.accueil{
  background: url(../img/header2.jpg) no-repeat;
  background-size: 100% 100%;
  width: 45%;
  height: 391px;
  float: left;
  margin: 0 auto;
}

.logoo{
  background: url(../img/header1.jpg) no-repeat;
  background-size: 100% 100%;
  width: 55%;
  margin: 0 auto;
  height: 391px;
  float: left;
}

.participe{
  color: #ae7171;
  cursor: pointer;
  margin:15px auto 0;
  text-decoration:none;
  transition: 0.2s;
  display:inline-block;
  background: none;
  border: 1.5px solid #ae7171;
  font-size: 60px;
  font-family: "Lobster", Helvetica, Arial, FreeSans, sans-serif;
  border-radius: 10px;
  padding-bottom: 10px !important;
}

.participe:hover{
  transform: scale(1.1);
}


.repondez{
  margin:0 auto;
  font-size: 25px;
  padding-top: 10px;
  font-family: "Lobster", Helvetica, Arial, FreeSans, sans-serif;
  color: #ae7171;
}
.clear{
	clear:both;
}

/*///////// FORMULAIRE ////////////*/

.inscription{
  padding: 0 !important;
  padding-bottom: 20px !important;
}

.reglement{
  font-size:23px;
}

.participe2{
  margin:auto;
  background: none;
  border: none;
  padding: 0 5px 10px;
  margin: 10px auto 0;
  font-size: 40px;
  font-family: "Lobster", Helvetica, Arial, FreeSans, sans-serif;
  color: #ae7171;
  border: 1px solid #ae7171;
  border-radius: 10px;
  display: block;
  transition: 0.2s;
}


.participe2:hover{
  transform: scale(1.1);
  cursor: pointer;
}


.content {
  display: block;
}

/*
div.content.bg-black {
  width: 100%;
  padding: 0 0 10%;
  margin-bottom: -10%;
}
div.content.bg-white {
  width: 100%;
  padding: 0 0 10%;
  margin-bottom: -10%;
  background: #fff;
}*/
/*
#fqcm0, #fqcm1, #fqcm2, #fqcm3, #fqcm4 {
  background: url(../img/tuttibg.jpg) top center no-repeat;
  background-size: cover;
}*/
#fqcm0 #fqcm1 #fqcm2 #fqcm3 #fqcm4, form {
  width: 60%;
  font-size: 20px;
  margin: 0 auto;
  color : black;

}


.background button {
  margin-left: 340px;
  min-width: 10px;
  width: 88px !important;
  background: none;
  background-color: rgb(16, 24, 37);
}
/*
#fscratch {
  background: #8e60a7;
  color: #fff;
}


#resume {
  background: url(../img/tuttibg.jpg) top center no-repeat;
  color: #fff;
  height: 100%;
  background-size:cover;
  background-repeat: no-repeat;
  display: block;
}

#land {
}


#fmail {
  background: url(../img/orange-bg-mail.jpg) top center no-repeat;
  color: #fff;
  background-size: auto;
}*/
.titreresume {
  font-size: 20px !important;
}
#resume div p {
  padding-top: ;
  font-size: 13px;
  margin: 20px 0;
  color: rgba(18, 18, 18, 1);
}
#resume div.reponses {
  font-size: 11px;
  padding-bottom: 10px;
}
#resume div.reponses div {
  font-size: 15px;
  color: rgb(0, 23, 93);
}

.background.bg1{
  padding-top: 40px;
}

.quizz{
  background: url(../img/question1.png)no-repeat;
  background-size: 90px;
  margin: auto;
  width: auto;
}

.quizz2{
  background-image: url(../img/question2.png);
}

.quizz3{
  background-image: url(../img/question3.png);
}

.quizz4{
  background-image: url(../img/question4.png);
}

.quizz5{
  background-image: url(../img/question5.png);
}

div.quizz p {
  float: left;
  font-size: 35px;
  color : #434242;
  text-align: left;
  padding-top: 9px;
}
div.reponses p {
  margin: 30px 0;
}
img {
  width: 100%;
  height: auto;
}
p {
  text-align: center;
  margin-top: 0;
}
/*
a.button, button, input[type="button"], input[type="submit"] {
  position: relative;
  width: 100%;
  background: url(../img/ok.png) no-repeat;
  padding: 100px 100px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-family: Helvetica, Arial, FreeSans, sans-serif;
  border: none;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
a.button:after, button:after, input[type="button"]:after, input[type="submit"]:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-size: auto 100%;
}*/

input[type="text"], input[type="email"], input[type="tel"], input[type="number"] {
  width: 100%;
  padding: 0.8em 0.2em;
  background: #fff;
  border: #7f867f solid 1px;
  font-family: Helvetica, Arial, FreeSans, sans-serif;
  font-size: 1em;
  display: block;
  margin-top: 20px;
}

input[type="text"], input[type="email"],input[type="tel"], input[type="number"] {
  border: red solid 1px;
  }

input[type="text"]:valid, input[type="email"]:valid,input[type="tel"]:valid, input[type="number"]:valid {
  border: green solid 1px;
  background-image: url(../img/check.png);
  background-position: center right;
  background-repeat: no-repeat;
}




label {
}
.clear {
  clear: both;
}
form.form-signin {
  margin-top: -20px !important;
  width: 60%;
  min-width: 230px;
  font-size: 15px;
  margin: auto;
}
.ok {
  background: url(../img/ok.png) no-repeat;
  width: 87px;
  margin-top: 10px !important;
  border-radius: 100px;
  height: 86px;
  margin: auto;
  border: none;
  transition: 0.2s;
}

.ok:hover{
  transform: scale(1.1);
  cursor: pointer;
}
.formulaire {
  background: url(../img/formulairebg.png) no-repeat;
  margin: 0 auto;
  width: 990px;
  min-width: 280px;
  text-align: center;
  padding-top: 50px;
  padding-bottom:10px;
  display: block;
}

.formulaire2 {
  background-color: #FDFBF4;
  margin: 0 auto;
  width: 677px;
  min-width: 280px;
  padding-top: 110px;
  text-align: center;
  margin-top: 0px;
  padding-bottom: 100px;
  display: block;
}

.formulaire label {
  font-size: 25px;
  color: #434242;
}

.formulaire p {
  padding-left: 120px;
  /*padding-right: 50px;*/
  color: black;
  font-size: 28px;
  margin-top: -10px;
}
/*
.menu-header{
  padding: 0;
  margin: 0 auto;
}

ul{
  list-style-type: none;
  margin:0 auto;
  padding: 0;
}

#access .menu-header li, div.menu li{
  text-align: center;
  float:left;
}

#menu-main li{
  padding: 8px 12.185px;
}


#menu-main{
  width: 677px;
  margin: 0 auto;
  display: block;
  text-align: center;
}

li{
  display: list-item;
}

#access ul li a:hover{
  background-color: #02391b;
  color: rgb(255, 255, 255);
}

#menu-main li:last-child{
  background-color: #1c1c1c;
}

#access li:hover{
  background-color: #02391b;
  color: rgb(255, 255, 255);
}

#access ul li a{
  color: white;
}

#access a{
  text-align: center;
  text-decoration: none;
}

#access li{
  font-size: 10.6px;
  font-family: 'Open Sans', sans-serif;
  background-color: #00642D;
  text-align: center;
}

#access{
  font-size: 12px;
  font-family: 'Open Sans';
  font-weight: 400;
  margin: 0 auto;
  height: 31px;
  min-width: 280px;
  text-align: center;
  text-transform: uppercase;
  display: block;
}

#access2{
  font-size: 12px;
  font-family: 'Open Sans';
  font-weight: 400;
  margin: 0 auto;
  min-width: 280px;
  text-align: center;
  text-transform: uppercase;
  display: block;
}

#access2 li{
  font-size: 10.6px;
  font-family: 'Open Sans', sans-serif;
  background-color: #00642D;
}

#access2 a{
  text-align: center;
  text-decoration: none;
}

#access2 li:hover{
  background-color: #02391b;
  color: rgb(255, 255, 255);
}

#access2 ul li a{
  color: white;
}

#access2 .menu-header li, div.menu li{
  text-align: center;
  float:left;
}

.logo1{
  float: left;
  cursor: pointer;
  height:100px;
  width: 125px;
}

.header-description{
  text-transform: none;
  font-family: "Lobster";
  font-size: 14px;
  text-align: left;
  color: #00642d !important;
  margin-top: -5px;
  text-align: center;
}

.header{
	background: url(../img/banner-tutti-rossini1.jpg)center no-repeat;
	margin: 0 auto;
	width: 49.6%;
	height:29%;
  min-width: 280px;
	background-size: 100%;
	display: block;
}

*/

.all{
  margin: 0 auto;
  text-align: center;
  min-width: 280px;
  max-width: 1920px;
  background: url(../img/tuttibg2.jpg) no-repeat;
  background-color: #EEE;
  background-position: center 0;
  /*background-size: 100% auto;*/
  display: block;

}

.question-reponse{
  background-color: rgba(0, 102, 47, 0.52);
  color:rgba(221, 221, 221, 1)!important;
  padding-top:5px;
  padding-bottom: 5px;
  font-size: 15px;
  border-radius: 15px;
  margin: auto;
  display: block;
}

/*
.topnav{
  display: none;
}
*/

.pageqcm{
  background: linear-gradient(to bottom, #ffe9cd , #ffffff);
  margin: 0 auto;
  width: 677px;
  min-width: 280px;
  padding-top: 110px;
  text-align: center;
  margin-top: 0px;
  padding-bottom: 100px;
  display: block;
}

.bgquizz{
  margin-top: -50px;
  display: inline-block;
}
/*
.bgquizz{
  background: url(../img/bgquizz.png) no-repeat;
  background-size: 100%;
  width: 990px;
  height: 234px;
  margin: 0 auto;
  display: block;
}

.headerquizz{
  background: url(../img/headerquizz.png) no-repeat;
  width: 433px;
  margin: 0 auto;
  background-size: 100%;
  height: 268px;
  padding-top: 50px !important;
  margin-top: -50px;
  position: relative;
  display: block;
}*/

.devorez{
  background: url(../img/quizz-devorez.png) no-repeat;
  margin: auto;
  height: 222px;
  width: 801px;
  padding-bottom: 30px;
}

.indice a{
  background: url(../img/indice.png) center right no-repeat;
  background-size: 100%;
  width: 39px;
  height: 100%;
  display: inline-block;
  position: absolute;
  top:0;
  right:0;
}

.qcm1{
  display:inline-block;
  text-align:left;
  position:relative;
  padding-right:80px;
}

.validation{
  margin: 0 auto;
}

.bonhomme{
  background: url(../img/bonhomme.png) no-repeat;
  background-size: 100%;
  width: 290px;
  height: 220px;
  display:block;
  float: left;
  margin-top: 20px;
}


.reset{
  background-image: url(../img/reset.png);
  background-size: 100%;
  cursor:pointer;
  width: 85px;
  height: 85px;
  float: left;
  display: inline-block;
  margin-top: 20px;
}

.reset:hover{
  background-image: url(../img/reset-red.png);
}

.reset:hover + .bonhomme{
    display:block;
    background: url(../img/bonhomme2.png) no-repeat;
    background-size: 100%;
    width: 290px;
    height: 220px;
    display:block;
    float: left;
    margin-top: 20px;

}

.valider{
  background-image: url(../img/valider-gray.png);
  background-size: 100%;
  width: 85px;
  height: 85px;
  float: left;
  margin-top: 20px;
  cursor: pointer;
}

.valider:hover{
  background-image: url(../img/valider.png);
  background-size: 100%;
  width: 85px;
  height: 85px;
  float: left;
  margin-top: 20px;
}

.jevalide{
    display: none;
    width: 120px;
    margin-top: 150px !important;
    height: 62px;
    margin: auto;
    border: none;
    transition: 0.2s;
}

.valider:hover + .jevalide{
    display:inline-block;
}

.details-email{
  font-size:25px !important;
  padding:0 !important;
  margin: 0 !important;
}

/*/////// BOUTONS RADIO //////*/

input[type="radio"]{
    display : none;
 }

 .label-radio{
   cursor:pointer;
   background: url(../img/a_cocher.png) no-repeat right;
   background-size: 25px 25px;
   padding-right: 60px;
   display: block;
 }

  .label-radio.checked{
    background-image: url(../img/cocher.png);

  }

/*////// FOOTER /////*/

/*#footer-wrap{
	background: url(../img/footer-wrap.png) repeat-x scroll 0 0 #00642D;
	width: 100%;
  height: 400px;
  float: left;
  display: block;
  margin: 0 auto;
  text-align: center;
}*/

.reglement-jeu{
  font-size:28px;
  float: right;
  font-family: "Lobster", Helvetica, Arial, FreeSans, sans-serif;
  padding-right: 30px;
  padding-top: 5px;
}

.reglement-jeu a{
  text-decoration: none;
  color: darkgreen;
}

.charte-qualitee{
  margin: auto;
  width: 450px;
  height: 200px;
  display: block;
}

.charte-qualitee a{
  margin: auto;
  width: 100%;
  height: 100%;
  display: block;

}

.footer{
	background: url(../img/footer.png) no-repeat scroll center top #00642d;
	margin: 0 auto;
	width: 990px;
	height: 400px;
  min-width: 280px;
  background-size: 100%;
  display: block;
}

.footer1{
	background: url(../img/footer.png) no-repeat scroll center top #00642d;
	margin: 0 auto;
	width: 990px;
	height: 400px;
  min-width: 280px;
  background-size: 100%;
  display: block;
}


/*
#footer-wrap2{
	background: url(../img/footer-wrap.png) repeat-x scroll 0 0 #00642D;
	width: 100%;
  height: 400px;
  float: left;
}

.footer2{
	background: url(../img/footer.png) no-repeat scroll center top #00642d;
	margin: 0 auto;
	width: 677px;
	height: 450px;
  min-width: 280px;
	margin-top: -71px;
  background-size: 100%;
  display: block;
  text-align: center;
}
*/

.social{
  display: block;
  margin: 0 auto !important;
  color:white !important;
  font-family: "Lobster", Helvetica, Arial, FreeSans, sans-serif;
  font-size: 35px !important;
  text-align: center !important;
  padding-bottom: 20px;
}

.social p{
  display: block;
  margin: 0 auto !important;
  color:white !important;
  padding: 0 0 !important;
  font-family: "Lobster", Helvetica, Arial, FreeSans, sans-serif;
  font-size: 35px !important;
  text-align: center !important;
  padding-bottom: 20px;
}

.facebook{
  display: inline-block;
  margin: 0 auto;
  text-align : center


}

.instagram {
  display: inline-block;
  padding-left: 15px;
}

.facebook a{
  display: inline-block;
  width: 79px;
  height: 79px;
  margin: 0 auto;
  text-align : center
  transition: 0.2s;
}

.facebook a:hover{
  transform: scale(1.1);
  cursor: pointer;
}

.instagram a{
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  text-align : center
}

.instagram a:hover{
  transform: scale(1.1);
  cursor: pointer;
}

/*/ POPUP /*/

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.8;
    filter: alpha(opacity=50);
    z-index: 900;
}

#modal {
    position:absolute;
    width: 100%;
    left: 0;
    top:30px;
}

#content {
    border-radius:15px;
    width: 475px;
    margin: 0 auto;
    position: relative;
    z-index: 1000;
}

#close {
    position:absolute;
    background:url(../img/close.png) 0 0 no-repeat;
    background-size: 100%;
    width:29px;
    height:35px;
    display:block;
    text-indent:-9999px;
    top:0px;
    right:0px;
}

.modal{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	display:none;
}
.modal-reglement{
	font-size:14px;
	color:#000;
	height:100%;
	overflow-y:auto;
	position:relative;
	max-width:990px;
	padding:20px;
	box-sizing:border-box;
	margin:0 auto;
	background:#fff;
	background:rgba(255,255,255,0.98);
}
.modal-reglement p{
	text-align:justify;
}
.modal-close{
	cursor:pointer;
    position:absolute;
    background:url(../img/close.png) 0 0 no-repeat;
    background-size: 100%;
    width:29px;
    height:35px;
    display:block;
    text-indent:-9999px;
    top:5px;
    right:5px;
}

/*/ JEU FINI /*/

.fini{
  background-size: 100%;
  width: 100%;
  max-width: 990px;
  margin: auto;
  display: block;
}
