@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: 'lilita_oneregular';
    src: url('../fonts/lilitaone-regular-webfont.woff2') format('woff2'),
    url('../fonts/lilitaone-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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

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

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

@font-face {
    font-family: 'fixturecondensedextrabold';
    src: url('../fonts/fixture-condensedextrabold-webfont.woff2') format('woff2'),
    url('../fonts/fixture-condensedextrabold-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:robotoregular;
	background: url('../img/img_fd.jpg') top center repeat;
}

#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:1170px;

	/*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;

}



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


.header a.connexion {
	display: block;
	background-color: #2e6523;
	color: #ffffff;
	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:#24561a;

	text-decoration:none;

}

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

** footer

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

.newfooter{

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

.footer_commun{
	background-image: url("../img/frise.png");
	background-repeat: repeat-x;
  width: 100%;
  padding-top: 34px;
	margin-top: 20px;
}

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;

}


.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: #fff;
	font-size: 14px;
	vertical-align: top;
	font-family: breebold;
}
.blocFooter a {
	color: #f6e5d4;
	text-decoration: none;
}


.blocAvis:hover{
	opacity:0.8;
}

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

.main{
	width:1170px;
	margin:auto;
}

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

.main_main h2{
	text-align:center;
	font-family:breeregular;
	font-size:27px;
	color:#65173d;	
	text-transform:uppercase;
}
.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: #ffffff;
  background-color: #2e6523;
  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: 1170px;
	height: 727px;
	margin: auto;
	text-align: center;
	padding-left: 816px;
	border-radius: 20px;
    box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.5);
}

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

body.index .banner-index h3{
	text-transform: uppercase;
	font-size: 21px;
	font-weight: normal;
	color: #2e6523;
}

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

body.index .banner-index p{
	padding-top: 25px;
	font-family: breeregular;
	font-size: 31px;
	text-transform: uppercase;
	font-weight: 100;
	line-height: 1.1;
	color: #65173d;
}

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

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



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

body.connexion{	
}
body.connexion .main_main{
	width: 1170px;
	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:#65173d;	
	font-size:27px;
	text-transform:uppercase;
}

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

body.connexion .main_main #formconnexion .formInner .mdpoublie{
	font-family:robotobold;
	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%;
}

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: #ffffff;
  background-color: #2e6523;
  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:fixtureregular;
	margin:30px 0;
}

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:fixtureregular;
	font-weight:normal;
}

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


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

body.jouer{	
}

body.jouer .main_main p {
padding-top: 25px;
  font-family: breeregular;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 100;
  line-height: 1.1;
  color: #65173d;
  margin-bottom: 16px;
}



body.jouer .main_main h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
  color: #2e6523;
  margin-top: 28px;
}

body.jouer .main_main{
	background: url('../img/jouer/cadeaux.png') top center no-repeat;
	height: 727px;
	width: 1170px;
	margin: 20px auto 30px;
	position: relative;
	border-radius: 20px;
  	box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.5);
	padding-left: 807px;
	text-align: center;
	padding-top: 192px;
}

body.jouer .main_main h2{
	padding: 50px 100px 20px;
	color: #ffffff;	
	line-height: 1.4;
}



body.jouer .cadeau{
  cursor: pointer;
  position: absolute;
/*
  background-color: red;
  opacity: 0.3;
*/
}

body.jouer .cadeau1{
  top: 505px;
  left: 68px;
  width: 190px;
  height: 215px;
  opacity: 0.4;
}
body.jouer .cadeau2{
  top: 558px;
  left: 292px;
  width: 86px;
  height: 92px;
  opacity: 0.4;

}
body.jouer .cadeau3 {
  top: 516px;
  left: 332px;
  width: 35px;
  height: 36px;
  opacity: 0.4;
}
body.jouer .cadeau4 {
  top: 577px;
  left: 431px;
  width: 54px;
  height: 58px;
  opacity: 0.4;
}
body.jouer .cadeau5 {
    top: 507px;
    left: 395px;
    width: 25px;
    height: 28px;
  	opacity: 0.4;
}
body.jouer .cadeau6 {
	top: 496px;
    left: 450px;
    width: 18px;
    height: 14px;
  	opacity: 0.4;
}
body.jouer .cadeau7 {
    top: 532px;
    left: 450px;
    width: 42px;
    height: 41px;
  	opacity: 0.4;
}
body.jouer .cadeau8 {
    top: 552px;
    left: 518px;
    width: 46px;
    height: 50px;
  	opacity: 0.4;
}


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

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

body.gain .main_main .page_gagne {
	background: url('../img/jouer/img_fd_gagne.jpg') top center no-repeat;
	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 span.grostitre {
  margin-top: 85px;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 100;
  line-height: 1.1;
  color: #2e6523;
  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: 198px;
  font-size: 16px;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 16px;
  font-weight: normal;
  display: block;
  font-style: italic;
}



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

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

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

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

** VERSION 750

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

@media (max-width: 1200px) {



	
	.site{
		width:750px;
	}	

	.header a.connexion {
		right: 8px;
	}

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

	** 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: 422px;
		padding-left: 520px;
	}
	body.index .banner-index h3 {
	  font-size: 15px;
		margin: 35px 0px 25px 0;
	}
	
	body.index .banner-index h2 {
		padding-top: 45px;
		font-size: 21px;
	}	

	body.index .banner-index p {
		padding-top: 30px;
		font-size: 21px;
	}
	
	body.index .banner-index a {
		margin-top: 24px;
		padding: 9px 40px;
		font-size: 14px;
	}
	

	
	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 .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: 466px;
    	width: 750px;	
		background: url('../img/jouer/cadeaux_750.png') top center no-repeat;
		padding-left: 520px;
    	padding-top: 110px;
	}
	
	body.gain .main_main {
		height: 466px;
    	width: 750px;	
		background: url('../img/jouer/cadeaux_750.png') top center no-repeat;
		padding-left: 0px;
    	padding-top: 0px;
	}
	
	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 {
  background: url('../img/jouer/img_fd_gagne_750.jpg') top center no-repeat;
  padding: 0;
  padding-top: 150px;
  border-radius: 20px;
  height: 466px;
}	
body.gain .main_main span.petittexte {
  margin-top: 116px;
  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 .site{
		width:390px;
		overflow:hidden;
	}

	body.index .site{
		width:390px;
		overflow:hidden;
		min-height: 845px;
	}
 
	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:24px;
	}
		
	.main_main .encart{
		height:507px;
		margin:0 -10px 0 -10px;
	}

	.main_main .encart2{
		height:196px;
		margin:0 -10px 0 -10px;
	}
	
	/*********************************
	** index
	*********************************/
	
	body.index{
		
	}
	
	body.index .banner-index {
		background: url(../img/index/banner_320.png) top left no-repeat;
		width: 320px;
		height: 670px;
		padding: 340px 10px 0;
	}

	body.index .banner-index h2 {	
		padding-top: 0px;
		font-size: 18px;
	}
	
	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 {
		background: url(../img/jouer/cadeaux_320.png) top center no-repeat;
		height: 640px;
		width: 320px;
		padding: 0;
		padding-top: 385px;
	}
	
	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 50px;
		font-size: 20px;
	}
	
	body.jouer .cadeau1{
		top: 147px;
		left: 0px;
		width: 320px;
		height: 200px;
	}
	
	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 {
		background: url('../img/jouer/img_fd_perdu_320.jpg') top center no-repeat;
		height: 640px;
		padding-top: 180px;
  }
	
	body.gain .main_main .page_gagne {
		background: url('../img/jouer/img_fd_gagne_320.jpg') top center no-repeat;
		height: 640px;
		padding-top: 215px;
  }
	
	body.gain .main_main .page_gagne span.grostitre {
		margin-top: 30px;
    }
	
	
	/******************************
	** divers
	******************************/
	body.divers .main_main h3{
		font-size:20px;
	}

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

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

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

		
}