<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap" rel="stylesheet">


@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
    url('../fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotomedium';
    src: url('../fonts/roboto-medium-webfont.woff2') format('woff2'),
         url('../fonts/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
    url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'breebold';
    src: url('../fonts/bree_bold-webfont.woff2') format('woff2'),
         url('../fonts/bree_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'breeregular';
    src: url('../fonts/bree_regular-webfont.woff2') format('woff2'),
         url('../fonts/bree_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.mobileOnly{
	display:none;
}




a {
	color:#65173d;
	text-decoration: underline;
}

a:hover {
	color:#65173d;
	text-decoration: none;
}

a:focus {outline: none !important;}
a:active {outline: none !important;}

:focus{
	outline:none;
}

body{
	background-color:#ffffff;
	font-family: "Josefin Sans", sans-serif;
	background: url('../img/img_fd.jpg') top center repeat;
	background-attachment: fixed;
}

.fanions_gauche {
	background-image: url('../img/fanions_gauche.png');
	background-repeat: repeat-y;
	width: 43px;
	position: fixed;
	left: 0;
	height: 100vh;
}
.fanions_droite {
	background-image: url('../img/fanions_droite.png');
	background-repeat: repeat-y;
	width: 43px;
	position: fixed;
	right: 0;
	height: 100vh;
}

#popup {
	width: 100%;
	height: 100%;
	position: absolute;
	margin: auto;
	left: 0px;
	z-index: 1000;
	top: 0px;
	background-image: url('../img/background_popup.png');
}
.popup_visuel {
	width: 389px;
	height: 454px;
	position: relative;
	margin: auto;
	z-index: 1000;
	top: 350px;
	display: block;
}


.site{

	margin:auto;

	width:1400px;

	/*background-color:#ffffff;*/

}



.clear{

	clear:both;

}



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

** header

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

.header{
	
	background-image: url(../img/logo_foodculture.png);

	background-position: center 15px;

	background-repeat:no-repeat;

	height:120px;

	position:relative;

}


.main {
	min-height: calc(100vh - 323px);
}


.header a.home{
	height: 110px;
  color: red;
  display: block;
  width: 176px;
  margin: auto;
  padding-top: 17px;
}


.header a.connexion {
	display: block;
	background-color: #fdc901;
	color: #c40079;
	width: 160px;
	height: 32px;
	position: absolute;
	bottom: 30px;
	right: 0px;
	line-height: 31px;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	border-radius: 12px;
	font-family: breebold;
	text-decoration: none;
}



.header a.connexion:hover{
	
	background-color:#f4b200;

	text-decoration:none;

}

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

** footer

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

.newfooter{

	background-color: #fdc901;
	height: 95px;
	text-align: center;
}

.footer_commun{
	background-repeat: repeat-x;
  width: 100%;
  padding-top: 34px;
  margin-top: 20px;
	position: relative;
	z-index: 10000;
}

body.connexion .footer_commun,
body.form .footer_commun,
body.ticket .footer_commun {
/*
	position: fixed;
	bottom: 0;
*/
}


body.ticket .footer_commun,
body.form .footer_commun
{

/*  position: absolute;
  bottom: 0;
  z-index: 100000;
  position: fixed;
*/
  width: 100%;
}


.footer .menu{

	font-family:robotomedium;

	font-size:10px;

	list-style-type:none;

	margin:0;

	padding:0;

	text-align:center;

	padding-top:10px;

	padding-bottom:10px;
	
	background-color: #fff;

}



.footer .menu li{

	display:inline-block;

	text-transform:uppercase;

	padding:0 9px 0 5px;

	background:url('../../img/tiret.png') right center no-repeat;

}



.footer .menu li:last-child{

	background:none;

}



.footer .menu li a{

	color:#000000;
	text-decoration: none;

}



.footer .menu li a:hover{

	text-decoration:none;

	opacity:0.8;

}

.copyright_disney {
		display: none;
	}
body.jouer .copyright_disney {
		text-align: right;
		padding-right: 135px;
		padding-top: 10px;
		display: block;
	}

.blocAvis {
	width: 386px;
	height: 29px;
	display: inline-block;
	background: url('../img/votre_avis.jpg') top left no-repeat;
	margin-top: 30px;
	margin-right: 50px;
}

.blocFooter {
	display: inline-block;
	margin-top: 38px;
	text-transform: uppercase;
	color: #c40079;
	font-size: 14px;
	vertical-align: top;
	font-family: breebold;
}
.blocFooter a {
	color: #c40079;
	text-decoration: none;
}


.blocAvis:hover{
	opacity:0.8;
}

/****************************************
** blocs
****************************************/

.main{
	width:1400px;
	margin:auto;
	margin-top: 20px;
}

.main_main{
	position:relative;
	width:1400px;
	margin:auto;
}

.main_main h2{
	text-align:center;
		font-family: "Josefin Sans", sans-serif;
	font-size:27px;
	color:#ffffff;	
	text-transform:uppercase;
	font-weight: bold;
}
.main_main h3{
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 22px;
	margin: 35px 0px 42px 0;
}

.main_main h2 span{
	color:#ffffff;
	background-color:#250367;	
	border-radius:50%;	
	display:inline-block;
	width:32px;
	text-align:center;
}

.main_main .encart{
	height:463px;
	background-position:center center;
}

.main_main .encart2{
	display: none;
	height:212px;
	background-position:center center;
}

.main_main .boutonOuter{
	text-align:center;
}

.main_main .bouton{
  color: #c40079;
  background-color: #ffca00;
  border: none;
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 12px;
  	font-family: breebold;
  padding: 9px 66px;
}
.main_main .bouton:hover{
  opacity: 0.8;
	text-decoration: none;
}

.degrade{
	background-color: #182560;
    background-image: linear-gradient(45deg, #182560, #dd026c);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
}

/*********************************
** index
*********************************/
body.index .banner-index{
	background: url('../img/index/banner.png') top left no-repeat;
	width: 1400px;
	height: 870px;
	margin: auto;
	text-align: center;
	padding-left: 940px;
	border-radius: 20px;
    box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.5);
}

body.index .banner-index h2{
	padding-top: 150px;
}

body.index .banner-index h3{
	text-transform: uppercase;
	font-size: 27px;
	font-weight: normal;
	color: #ffffff;
	margin-top: 45px;
	font-family: "Josefin Sans", sans-serif;
}

body.index .banner-index h3 span{
	font-weight: bold;
}

body.index .banner-index p{
	padding-top: 40px;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.1;
	color: #ffca00;
	font-family: "Josefin Sans", sans-serif;
}

body.index .banner-index a.bouton {
  display: inline-block;
  margin-top: 38px;
  color: #c40079;
  background-color: #ffca00;
  padding: 9px 66px;
  text-transform: uppercase;
  font-size: 22px;
  border-radius: 12px;
  font-family: breebold;
	text-decoration: none;
}

body.index .banner-index a:hover{
	opacity: 0.8;
	text-decoration:none;
}

body.index .reglement_home  {
	color: #ffca00;
	font-size: 14px;
	text-align: center;
	display: block;
	margin-top: 134px;
}
body.index .reglement_home a {
	color: #ffca00;
	text-decoration: underline;
}
body.index .reglement_home a:hover {
	text-decoration: none;
}



/*********************************
** connexion
*********************************/

body.connexion{	
}
body.connexion .main_main{
	width: 1400px;
	margin-bottom: 30px;
	border-radius: 20px;
	box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.5);
	background-color: #ffffff;
}

body.connexion .main_main .bouton{
	background-color:#250367;
	padding:0 200px;
}

body.connexion .main_main #formconnexion{
	float:left;
	width: 40%;
	margin-right:10%;
	color:#373637;
}

body.connexion .main_main #forminscription{
	float:left;
	width: 47%;
	color:#373637;
}

body.connexion .main_main form h2{
	font-family:breeregular;
	color:#c40079;	
	font-size:27px;
	text-transform:uppercase;
}

body.connexion .main_main #formconnexion .formInner{
	padding-top:36px;
	margin-left:60px;
	width:242px;
	margin: auto;
}

body.connexion .main_main #formconnexion .formInner .mdpoublie{
	text-decoration:underline;
	color:#373637;
	font-size:14px;
}

body.connexion .main_main .formInner p{
	float:left;
}

body.connexion .main_main .formInner p.totalite{
	width:100%;
	text-align: center;
}

body.connexion .main_main .formInner p.moitie{
	width:50%;
}

body.connexion .main_main .formInner p.troisquart{
	width:67%;
}

body.connexion .main_main .formInner p.unquart{
	width:33%;
}

body.connexion .main_main .formInner p.left{
		text-align:left;
		clear:both;
}

body.connexion .main_main .formInner p.right{
		text-align:right;
}

body.connexion .main_main .formInner input[type='text'], body.connexion .main_main .formInner input[type='password']{
	
}

body.connexion .main_main .formInner p.moitie input[type='text'], body.connexion .main_main .formInner p.moitie input[type='password'],
body.connexion .main_main .formInner p.troisquart input[type='text'], body.connexion .main_main .formInner p.troisquart input[type='password'],
body.connexion .main_main .formInner p.unquart input[type='text'], body.connexion .main_main .formInner p.unquart input[type='password']
{
	width:99%;
}

body.connexion .main_main .formInner p.espacehaut{
	margin-top:15px;
}

body.connexion .main_main .formInner p.totalite input[type='text'], body.connexion .main_main .formInner p.totalite input[type='password']{
	width:100%;
}

input[type='text'], input[type='password']{
		font-size:16px;
		padding-left:35px;
		background-position:3px center;
		background-repeat:no-repeat;		
		height:30px;
		border:solid 1px #373637;
		border-radius:3px;
}

input.perso{
		background-image:url('../img/connexion/perso.png');
}

input.lieu{
		background-image:url('../img/connexion/lieu.png');
}

input.cle{
		background-image:url('../img/connexion/cle.png');
}

input.mail{
		background-image:url('../img/connexion/mail.png');
}

input.cp{
	padding-left:5px;
}

body.connexion .main_main .formInner label{
	font-size:14px;
	font-weight:normal;
	margin-bottom:0;
}

body.connexion .main_main .formInner label.civilite{
	font-weight:bold;
}

body.connexion .main_main .formInner .obligatoire{
	font-weight:bold;
	font-size:12px;
	
}

body.connexion .main_main .formInner p.totalite.reglement{
	padding-left:30px;	
}

body.connexion .main_main .formInner p.totalite.reglement a{
	font-size:10px;
	text-decoration:underline;
	color:#373637;
}

body.connexion .main_main .formInner p.case label{
	position:relative;
	top:-20px;
	float:left;
	margin-left:30px;
	font-size:10px;
}

body.connexion .main_main .formInner p.case label a{
	text-decoration:underline;
	color:#373637;
}

body.connexion .main_main .formInner p.offre{
	position:relative;
	top:-20px;
}

body.connexion p.valider{
		text-align:center;
}

body.connexion p.valider input{
  color: #c40079;
  background-color: #ffca00;
  border: none;
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 12px;
  font-family: breebold;
  padding: 9px 66px;
}

body.connexion p.valider input:hover {
  opacity: 0.8;
  text-decoration: none;
}


body.connexion p.info{
	padding:30px;
	font-size:12px;
	text-align:justify;
}

/*********************************
** ticket
*********************************/

body.ticket .main_main{
	width: 1170px;
	margin-bottom: 50px;
	padding: 30px;
	border-radius: 20px;
  	box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.5);
	background-color: #ffffff;
}

body.ticket .main_main .bouton{
	
}

body.ticket .main_main p{
	text-align:center;
	font-size:25px;
	font-family:breeregular;
	margin:30px 0;
}

body.ticket .main_main h2{
	color:#c40079;	
}


body.ticket .main_main p span{
	background-color:#f3b87e;
	border-radius:25px;
	padding:0 4px;
}

body.ticket .main_main form{
	text-align:center;
}

body.ticket .main_main form input{
	display:inline;	
}

body.ticket .main_main label{
	font-size:20px;
	font-family:breeregular;
	font-weight:normal;
}

body.ticket .main_main label a{
	color:#373637;
	text-decoration:underline;
}


/*********************************
** jouer
*********************************/

body.jouer{	

}

body.jouer .main_main{
	height: 795px;
	width: 1170px;
	margin: 20px auto 30px;
	position: relative;
	text-align: center;	
}


body.jouer .video{
	width: 800px;
	margin: auto;
	border-radius: 10px;
	box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.5);
}

body.jouer .question{
	width: 800px;
	margin: 20px auto 20px;
	background-color: #126378;
	color: #ffffff;
	border: solid 3px #ffca00;
	border-radius: 80px;
	padding: 30px;	
	box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.5);
	font-family: "Josefin Sans", sans-serif;
} 

body.jouer .question_titre{
	text-transform: uppercase;
	margin: 0;
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
}

body.jouer .question_question{
	color: #ffca00;
	font-size: 24px;
	margin: 20px 0;
	font-weight: 600;
}

body.jouer .question_reponses{
	list-style-type: none;
	padding: 0;
	margin: 20px 0;
}

body.jouer .question_reponse{
	font-size: 20px;
	cursor: pointer;
}

body.jouer .question_reponse--selected{
	font-weight: 600;
	color: #ffca00;
}

body.jouer .question_valider{
	text-transform: uppercase;
	font-family: breeregular;
	color: #c40079;
	background-color: #ffca00;
	border: none;
	border-radius: 12px;
	padding: 9px 45px;
	font-size: 20px;
	font-weight: 600;
}
body.jouer .question_valider:hover {
	opacity: 0.8;
}

/*********************************
** gain
*********************************/

body.gain .main_main{
  height: 727px;
  width: 1170px;
	padding: 0;
    padding-top: 0px;
}

body.gain .main_main .page_gagne {
	padding: 0;
    padding-top: 0px;
  padding-top: 216px;
	border-radius: 20px;
	  height: 727px;
}
body.gain .main_main .page_perdu {
	background: url('../img/jouer/img_fd_perdu.jpg') top center no-repeat;
	padding: 0;
    padding-top: 0px;
  padding-top: 216px;
	border-radius: 20px;
	  height: 727px;
}


body.gain .main_main .page_gagne p.merci {
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 900;
	color: #c40079;
}

body.gain .main_main .page_gagne span.grostitre {
  margin-top: 0px;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.1;
  color: #c40079;
  margin-bottom: 16px;
  display: block;
}

body.gain .main_main .page_perdu span.grostitre {
  margin-top: 50px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 100;
  line-height: 1.1;
  color: #2e6523;
  margin-bottom: 16px;
	display: block;
}

body.gain .main_main span.petittexte {
  margin-top: 50px;
  font-size: 17px;
  line-height: 1.1;
  color: #000000;
  margin-bottom: 16px;
  font-weight: 600;
  display: block;
  font-style: italic;
}



/*********************************
** form
*********************************/

body.form .main_main{
	width: 960px;
	margin-bottom: 50px;
	padding: 10px 30px 30px;
}

body.form form p{
	text-align:center;
}





/*********************************
** divers
*********************************/

body.divers {
	background-attachment: fixed;
}

body.divers .main_main {
	color: #ffffff;
	font-size: 16px;
}

body.divers .main_main h3 {
	color: #fcc900;
	text-shadow:1px 2px 3px rgba(0,0,0, 0.2);
}

body.divers .main_main a {
	color: #fcc900;
	text-decoration: underline;
	texte-shadow:1px 2px 3px rgba(0,0,0, 0.2);
}
body.divers .main_main a:hover {
	text-decoration: none;
}

body.divers .main_main p {
	text-shadow:1px 2px 3px rgba(0,0,0, 0.2);
}




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

** VERSION 1000

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

@media screen and (min-width: 1201px) and (max-width: 1423px) {

	.site{
		width:1000px;
	}	

	.header a.connexion {
		right: 8px;
	}
	.main {
	width: 1000px;
}	
	
	.main_main {
	position: relative;
	width: 1000px;
	margin: auto;
}
	
body {
/*
	background: url('../img/img_fd_1000.jpg') top center repeat;
	background-attachment: fixed;
*/
}
	
	
body.index .banner-index {
	background: url('../img/index/banner_1000.png') top left no-repeat;
	width: 1000px;
	height: 619px;
	margin: auto;
	text-align: center;
	padding-left: 670px;
	border-radius: 20px;
	box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.5);
}	
	
body.index .banner-index p {
	font-size: 26px;
}	
body.index .banner-index h3 {
	font-size: 22px;
}	
body.index .banner-index h2 {
	padding-top: 100px;
}	
body.index .banner-index a.bouton {
	margin-top: 10px;
}	
body.index .reglement_home {
	margin-top: 30px;
}	
body.connexion .main_main {
	width: 1000px;
}
	
body.jouer .main_main {
	width: 1000px;
	height: 815px;
}	
body.ticket .main_main {
	width: 1000px;
}	

}
















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

** VERSION 750

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

@media (max-width: 1200px) {

	body {
/*
		background: url('../img/img_fd_750.jpg') top center repeat;
		background-attachment: fixed;
*/
}
	
	
	.site {
		width:750px;
	}	

	.header a.connexion {
		right: 8px;
	}
	
	body.index .banner-index p {
	font-size: 19px;
}
	body.index .banner-index h2 {
	padding-top: 65px;
}

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

	** blocs

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

	.main{
		width:750px;		
	}

	.main_main{
		width:750px;		
	}
	
	.main_main h2 {
		font-size:24px;
	}
	
	.main_main h2 {
		font-size:24px;
	}
	
	/*********************************
	** index
	*********************************/
body.index .banner-index {
	background: url(../img/index/banner_750.png) top left no-repeat;
	width: 750px;
	height: 464px;
	padding-left: 505px;
}
	
	
	body.index .banner-index h3 {
	  font-size: 15px;
		margin: 35px 0px 25px 0;
	}
	
	body.index .banner-index h2 {
		padding-top: 65px;
		font-size: 20px;
	}	

	body.index .banner-index p {
		padding-top: 30px;
		font-size: 17px;
	}
	
	body.index .banner-index a {
		margin-top: 24px;
		padding: 0px;
		font-size: 14px;
	}
	
body.index .banner-index a.bouton {
	padding: 9px 43px;
	font-size: 17px;
	margin-top: 15px;
}
	
	body.index .content-index {
		width: 750px;
	}
	
	body.index .content-index::before {
		width: 750px;
	}
	
	body.index .content-index h2 {
		margin: 50px;
		font-size: 20px;
	}
body.index .reglement_home {
	margin-top: 20px;
}
	
	body.index .content-index p {
		margin: 50px;
		font-size: 16px;
	}
	
	body.index .content-index video {
		width: 650px;
	}

	/*********************************
	** ticket
	*********************************/
	
	body.ticket .main_main {
		width: 750px;		
	}

	body.ticket .main_main p{
		font-size:20px;
	}
	
	/*********************************
	** connexion
	*********************************/

	body.connexion .main_main {
		width: 750px;
	}

	/****************************
	** jouer
	****************************/

	body.jouer .main_main {
		height: 795px;
    	width: 750px;	
		padding-left: 0px;
    	padding-top: 0px;
	}
	
	body.gain .main_main {
		height: 466px;
    	width: 750px;	
		padding-left: 0px;
    	padding-top: 0px;
	}
	
body.jouer .video {
	width: 100%;
}	
body.jouer .question {
	width: 100%;
}	
body.jouer .main_main p {
	font-size: 26px;
}	
body.jouer .copyright_disney {
	padding-right: 100px;
}
	
	body.gain .main_main .page_perdu {
  background: url('../img/jouer/img_fd_perdu_750.jpg') top center no-repeat;
  padding: 0;
  padding-top: 120px;
  border-radius: 20px;
  height: 466px;
}
	
body.gain .main_main .page_gagne {
  padding: 0;
  padding-top: 110px;
  border-radius: 20px;
  height: 466px;
}	
body.gain .main_main span.petittexte {
  margin-top: 80px;
  font-size: 12px;
}
	
body.gain .main_main .page_gagne span.grostitre {
  font-size: 20px;
  margin-top: 45px;
}	
body.gain .main_main .page_gagne p {
  font-size: 30px;
}	
	
body.gain .main_main .page_perdu span.grostitre {
  margin-top: 40px;
  font-size: 20px;
}
body.gain .main_main .page_perdu p {
  font-size: 25px;
}
	
	body.jouer .main_main p {
	  font-size: 30px;
	}

	.texte-rgpd {
		width: 700px!important;
		padding: 3px 0 40px 0!important;
		font-size: 9px!important;
		line-height: 0.9!important;
	}

body.jouer .cadeau1{
	top: 320px;
    left: 41px;
    width: 124px;
    height: 140px;
}
body.jouer .cadeau2{
	left: 187px;
    top: 357px;
    width: 56px;
    height: 60px;

}
body.jouer .cadeau3 {
	left: 212px;
    top: 329px;
    width: 26px;
    height: 25px;
}
body.jouer .cadeau4 {
	left: 252px;
    top: 324px;
    width: 19px;
    height: 20px;
}
body.jouer .cadeau5 {
	left: 287px;
    top: 316px;
    width: 17px;
    height: 13px;
}
body.jouer .cadeau6 {
	top: 369px;
    left: 275px;
    width: 37px;
    height: 39px;
}
body.jouer .cadeau7 {
	top: 339px;
    left: 287px;
    width: 30px;
    height: 28px;
}
body.jouer .cadeau8 {
	top: 352px;
    left: 331px;
    width: 33px;
    height: 35px;
}

	
	/*********************************
	** form
	*********************************/

	body.form .main_main{
		width: 750px;
	}

	
}

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

** VERSION 320

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

@media (max-width: 767px) {

	.mobileOnly{
		display:block;
	}

	body.ticket .main_main .bouton {
		padding: 0;
	}	
	
	body {
/*
	background: url('../img/img_fd_320.jpg') top center repeat;
	background-attachment: fixed;
*/
}
	

	body .site{
		width:390px;
		overflow:hidden;
	}

	body.index .site{
		width:390px;
		overflow:hidden;
		height: 1020px;
	}
 
	body.ticket .site {
		width:390px;
		overflow:hidden;
    	height: auto!important;
	}
	

	.header a.connexion {
		top:35px;
		right: 27px;
		width: 22px;
		height: 19px;
		background: url('../img/header/connexion_320.png') top center no-repeat;
		text-indent:-5000px;
	}
	
	.header a.connexion.deconnexion{
		background: url('../img/header/connexion2_320.png') top center no-repeat;
	}
	


	.header a.home {
		height:173px;
	}


	/****************************************
	** footer
	****************************************/
	.footer .menu{
		padding-top: 15px;
	}
	.footer .menu a {
		display: block;
	}		
	.footer .menu a::after {
		display: none;
	}	
	
	.blocAvis {
	  margin-top: 0px;
	  margin-left: auto;
	  margin-right: auto;
	  padding-top: 20px;
		display: block;
		background: url('../img/votre_avis_320.jpg') top left no-repeat;
		width: 300px;
}
	.blocFooter {
  		margin-top: 10px;
	}
	
	.newfooter {
  		padding-top: 20px;
	}
	

	
	
	
	/****************************************
	** blocs
	****************************************/

	.main{
		margin-top:25px;
		width:320px;		
	}

	.main_main{
		width:320px;		
		padding: 0;
	}
	
	.main_main h2 {
		font-size:24px;
	}
	
	.main_main h2 {
		font-size:23px;
	}
		
	.main_main .encart{
		height:507px;
		margin:0 -10px 0 -10px;
	}

	.main_main .encart2{
		height:196px;
		margin:0 -10px 0 -10px;
	}
	
	/*********************************
	** index
	*********************************/
	
	body.index {
	background: url('../img/img_fd_320.jpg') top center repeat;
	background-attachment: fixed;
	}
	
	body.index .banner-index {
		background: url(../img/index/banner_320.png) top left no-repeat;
		width: 320px;
		height: 840px;
		padding: 500px 0px 0px 17px;
	}

	body.index .banner-index h2 {	
		padding-top: 0px;
		font-size: 18px;
	}
	
	body.index .banner-index a.bouton {
	padding: 9px 43px;
	font-size: 16px;
	margin-top: 15px;
}
	
	body.index .banner-index h3 {
		margin-top: 5px;
		font-size: 13px;
	}
	
	body.index .banner-index p {
		padding-top: 5px;
		font-size: 21px;
	}
	
	body.index .banner-index a {
		margin-top: 30px;
	}
	
	body.index .content-index {
		width: 320px;
		padding: 30px 0 30px;
	}
	
	body.index .content-index::before {
		width: 320px;		
	}
	
	body.index .content-index h2{
		margin: 20px 10px;
		font-size: 17px;
		text-align: center;
	}
	
	body.index .content-index p{
		margin: 20px 10px;
		font-size: 14px;
		text-align: justify;
	}
	
	body.index .content-index video{
		width: 320px;
	}
	
	body.index #play{
		top: 77.5%;
	}
	
	/*********************************
	** form
	*********************************/
	body.form .main_main{
		width: 320px;
	}
	
	.main_main .boutonOuter {
		bottom: -18px;
	}
	
	.main_main .bouton {
		font-size: 25px;
		width: 180px;
		border-radius: 14px;
	}
	
	
	
	/******************************
	** connexion
	******************************/
	
	body.connexion .main_main {
		width: 320px;
		padding: 10px;
	}

	body.connexion .main_main .formInner p.moitie.civilite{
		width:100%;
	}

	body.connexion .main_main .formInner p.moitie.obligatoire{
		width:100%;
		text-align:left;
	}

	body.connexion .main_main #formconnexion{
		width:100%;
		margin-right:0;
	}

	body.connexion .main_main #formconnexion .formInner {
		padding-top: 12px;
		margin-left: 0;
		width: 100%;
	}

	body.connexion .main_main #forminscription{
		width:100%;
		margin-right:0;
	}

	body.connexion .main_main #forminscription p.valider{
		margin-top:-25px;
	}
	
	body.connexion p.info{
		font-size:9px;
	}

	input[type='text'], input[type='password']{
		font-size:14px;
	}

	/******************************
	** ticket
	******************************/

	body.ticket .main_main {
		width: 320px;
	}
	
	body.ticket .main_main p {
		font-size: 16px;
	}
	
	body.ticket .main_main label {
		font-size: 16px;
	}
	
	/******************************
	** jouer
	******************************/
	body.jouer .main_main {
		width: 320px;
		padding: 0;
		padding-top: 10px;
	}
	
	body.gain .main_main{
		padding-top: 0;
	}

	body.jouer .main_main h2 {
		padding: 40px 0 5px;
		font-size: 14px;
	}
	
	body.jouer .main_main p {
		padding: 0 0px;
    	font-size: 16px;
		line-height: 25px;
	}
	
	body.jouer .cadeau1{
		top: 147px;
		left: 0px;
		width: 320px;
		height: 200px;
	}
	
	body.jouer .question {
		border-radius: 50px;
}
	body.jouer .question_valider {
		font-size: 16px;
}
	body.jouer .main_main {
		height: 550px;
}
	
	body.jouer .cadeau2,
	body.jouer .cadeau3,
	body.jouer .cadeau4,
	body.jouer .cadeau5,
	body.jouer .cadeau6,
	body.jouer .cadeau7,
	body.jouer .cadeau8,
	body.jouer .cadeau9,
	body.jouer .cadeau10
	
	{
		display: none;
	}
	
	body.gain .main_main .page_perdu span.grostitre {
		margin-top: 25px;
    }
	
	body.gain .main_main .page_perdu {
		height: 640px;
		padding-top: 180px;
  }
	
	body.gain .main_main .page_gagne {
		height: 640px;
		padding-top: 110px;
  }
	
	body.gain .main_main .page_gagne span.grostitre {
		margin-top: 30px;
    }
	
	body.gain .main_main .page_gagne p.merci {
	font-size: 23px;
}
	
	
	/******************************
	** divers
	******************************/
	body.divers .main_main h3{
		font-size:20px;
	}

	/******************************
	** divers
	******************************/

	body.avis h3{
		font-size:14px;
	}

	body.avis .bloc3 textarea{
		width:100%;
	}

		
}